forked from etherdelta/etherdelta.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 660 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 660 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
{
"dependencies": {
"assert": "1.4.1",
"async": "2.0.0-rc.5",
"bignumber.js": "4.0.1",
"command-line-args": "3.0.1",
"command-line-usage": "3.0.3",
"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",
"fs": "0.0.2",
"gaussian": "1.1.0",
"js-sha256": "0.3.0",
"keythereum": "0.2.6",
"request": "2.72.0",
"solc": "0.4.2",
"stats-lite": "^2.0.4",
"web3": "0.17.0-alpha"
},
"devDependencies": {
"eslint": "3.18.0",
"eslint-config-airbnb-base": "11.1.2",
"eslint-plugin-import": "2.2.0"
}
}