forked from gobitfly/etherchain-light
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 983 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
32
33
34
35
36
37
38
39
40
{
"name": "etherchain-light",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^2.6.1",
"bignumber.js": "^7.2.1",
"body-parser": "~1.18.3",
"compression": "^1.7.3",
"cookie-parser": "~1.4.3",
"curl": "^0.1.4",
"ethereumjs-util": "^6.0.0",
"express": "^4.16.4",
"geoip-lite": "^1.3.3",
"get-json": "^1.0.1",
"ioredis": "^4.2.0",
"iso-3166-1": "^1.1.0",
"jayson": "^2.1.0",
"level-rocksdb": "^3.0.1",
"moment": "^2.22.2",
"morgan": "~1.9.1",
"nedb-core": "^3.0.6",
"numeral": "^2.0.6",
"pug": "^2.0.3",
"request": "^2.88.0",
"rlp": "^2.1.0",
"serve-favicon": "~2.5.0",
"solc": "^0.4.25",
"string-similarity": "^2.0.0",
"tcp-port-used": "^1.0.1",
"tmp": "0.0.33",
"utf8": "^3.0.0",
"wait-until": "^0.0.2",
"web3": "git+https://github.com/ComBba/web3.js.git#develop",
"yargs": "^12.0.2"
}
}