-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "dapple-chain",
"version": "0.0.20",
"main": "./lib/main.js",
"directories": {
"lib": "./lib"
},
"dependencies": {
"async": "^1.5.2",
"bignumber.js": "^2.4.0",
"body-parser": "^1.13.2",
"cli-color": "^1.1.0",
"datejs": "^1.0.0-rc3",
"deasync": "^0.1.7",
"ethereum-common": "0.0.17",
"ethereumjs-account": "^2.0.2",
"ethereumjs-block": "^1.2.2",
"ethereumjs-blockchain": "git+https://github.com/nexusdev/ethereumjs-blockchain.git",
"ethereumjs-testrpc": "2.1.0",
"ethereumjs-tx": "^1.1.1",
"ethereumjs-util": "^4.5.0",
"ethereumjs-vm": "^2.0.1",
"http-proxy": "^1.12.0",
"inquirer": "^1.1.2",
"jayson": "^1.2.1",
"leveldown": "^1.4.6",
"levelup": "^1.3.1",
"lodash": "^4.15.0",
"merkle-patricia-tree": "2.1.2",
"request": "^2.60.0",
"rlp": "^2.0.0",
"shelljs": "^0.6.0",
"tmp": "0.0.28",
"web3": "^0.16.0",
"web3-provider-engine": "^7.7.0",
"yargs": "^3.29.0"
},
"devDependencies": {
"mocha": "^2.2.5"
}
}