-
Notifications
You must be signed in to change notification settings - Fork 171
/
package.json
40 lines (40 loc) · 997 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
{
"dependencies": {
"Base64": "0.3.0",
"assert": "1.4.1",
"async": "2.1.2",
"bignumber.js": "4.0.1",
"body-parser": "1.15.2",
"command-line-args": "3.0.1",
"command-line-usage": "3.0.3",
"compression": "1.6.2",
"datejs": "1.0.0-rc3",
"ethereumjs-abi": "0.6.4",
"ethereumjs-testrpc": "1.2.1",
"ethereumjs-tx": "1.1.1",
"ethereumjs-util": "4.5.0",
"express": "4.10.2",
"express-session": "1.14.1",
"fs": "0.0.2",
"gaussian": "1.1.0",
"http": "0.0.0",
"https": "1.0.0",
"js-sha256": "0.3.0",
"keythereum": "0.2.6",
"mocha": "2.4.5",
"nat-upnp": "1.0.0",
"pg-promise": "^6.3.8",
"request": "2.81.0",
"requestretry": "^1.12.2",
"sha256": "0.2.0",
"solc": "0.4.2",
"stats-lite": "^2.0.4",
"web3": "0.17.0-alpha",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"eslint": "3.18.0",
"eslint-config-airbnb-base": "11.1.2",
"eslint-plugin-import": "2.2.0"
}
}