-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
34 lines (34 loc) · 913 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
{
"name": "ethereum-sandbox",
"version": "1.2.1",
"description": "Ethereum Sandbox",
"license": "AGPL-3.0",
"main": "app.js",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-run": "^0.5.0",
"grunt-simple-mocha": "^0.4.0",
"request": "^2.62.0"
},
"dependencies": {
"async": "^1.4.2",
"bignumber.js": "^2.3.0",
"body-parser": "^1.14.0",
"cors": "^2.7.1",
"ethereumjs-account": "2.0.4",
"ethereumjs-block": "1.3.1",
"ethereumjs-blockchain": "1.4.1",
"ethereumjs-tx": "1.1.4",
"ethereumjs-util": "5.0.1",
"ethereumjs-vm": "https://github.com/ethereumjs/ethereumjs-vm.git#64ef4d024338532efe4a7725d0c27af865f7800c",
"express": "^4.13.3",
"jayson": "^1.2.1",
"leveldown": "^1.5.0",
"levelup": "1.3.3",
"lodash": "^3.10.0",
"merkle-patricia-tree": "2.1.2",
"rlp": "2.0.0",
"sha3": "^1.2.0",
"solc": "^0.4.6"
}
}