forked from EthersocialNetwork/etherchain-light
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 980 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 980 Bytes
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": "^3.1.0",
"bignumber.js": "^9.0.0",
"body-parser": "~1.19.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.4",
"curl": "^0.1.4",
"ethereumjs-util": "^6.2.0",
"express": "^4.17.1",
"geoip-lite": "^1.3.8",
"get-json": "^1.0.1",
"iso-3166-1": "^1.1.0",
"jayson": "^3.1.2",
"level-rocksdb": "^4.0.0",
"moment": "^2.24.0",
"morgan": "~1.9.1",
"nedb-core": "^3.0.6",
"numeral": "^2.0.6",
"pug": "^2.0.4",
"redis": "^2.8.0",
"request": "^2.88.0",
"rlp": "^2.2.4",
"serve-favicon": "~2.5.0",
"solc": "^0.5.13",
"string-similarity": "^3.0.0",
"tcp-port-used": "^1.0.1",
"tmp": "0.1.0",
"utf8": "^3.0.0",
"wait-until": "^0.0.2",
"web3": "git+https://github.com/ComBba/web3.js.git#develop",
"yargs": "^15.0.1"
}
}