forked from gobitfly/etherchain-light
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 812 Bytes
/
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
{
"name": "etherchain-light",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"abi-decoder": "^1.0.9",
"async": "^2.1.5",
"bignumber.js": "^4.0.0",
"body-parser": "~1.16.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.0",
"ethereumjs-abi": "git+https://github.com/DIADETH448855/ethereumjs-abi.git",
"ethereumjs-util": "^5.1.1",
"express": "~4.14.1",
"leveldown": "^4.0.1",
"levelup": "^3.1.1",
"moment": "^2.17.1",
"morgan": "~1.7.0",
"numeral": "^2.0.4",
"pug": "~2.0.0-beta10",
"serve-favicon": "~2.3.2",
"solc": "^0.4.9",
"string-similarity": "^1.1.0",
"tmp": "0.0.31",
"web3": "git+https://github.com/DIADETH448855/web3.js.git#develop",
"yargs": "^7.0.1"
}
}