forked from sc-forks/ganache-core-sc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.38 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "ganache-core",
"version": "2.1.0",
"main": "./index.js",
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"abstract-leveldown": "^3.0.0",
"async": "^2.5.0",
"bip39": "~2.4.0",
"bn.js": "4.11.6",
"cachedown": "^1.0.0",
"chai": "^3.5.0",
"clone": "^2.1.1",
"ethereumjs-account": "~2.0.4",
"ethereumjs-block": "~1.2.2",
"ethereumjs-tx": "^1.3.0",
"ethereumjs-util": "^5.1.5",
"ethereumjs-vm": "https://github.com/sc-forks/ethereumjs-vm-sc.git#6be86e6f12634b711423203e6744cafe07c38e69",
"ethereumjs-wallet": "~0.6.0",
"fake-merkle-patricia-tree": "~1.0.1",
"heap": "~0.2.6",
"js-scrypt": "^0.2.0",
"level-sublevel": "^6.6.1",
"levelup": "^1.1.0",
"localstorage-down": "^0.6.7",
"lodash": "^4.17.5",
"merkle-patricia-tree": "^2.2.0",
"mocha": "~3.3.0",
"pify": "^3.0.0",
"prepend-file": "^1.3.1",
"seedrandom": "~2.4.2",
"shebang-loader": "0.0.1",
"solc": "0.4.18",
"temp": "^0.8.3",
"tmp": "0.0.31",
"web3": "^1.0.0-beta.30",
"web3-provider-engine": "^13.6.5",
"websocket": "^1.0.24",
"yargs": "^7.0.2"
},
"devDependencies": {
"memdown": "^1.3.1",
"assert-match": "^1.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/trufflesuite/ganache-core"
},
"license": "MIT"
}