forked from trufflesuite/ganache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.47 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
56
57
58
59
60
61
{
"name": "ganache-core",
"version": "2.2.1",
"main": "./index.js",
"engines": {
"node": ">=8.9.0"
},
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "mocha --check-leaks --globals _scratch,sanitizedData"
},
"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",
"eth-sig-util": "^2.0.2",
"ethereumjs-account": "~2.0.4",
"ethereumjs-block": "~1.2.2",
"ethereumjs-tx": "1.3.4",
"ethereumjs-util": "^5.2.0",
"ethereumjs-vm": "2.3.5",
"ethereumjs-wallet": "0.6.0",
"ethereumjs-abi": "^0.6.5",
"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",
"pify": "^3.0.0",
"prepend-file": "^1.3.1",
"request": "^2.87.0",
"seedrandom": "~2.4.2",
"shebang-loader": "0.0.1",
"solc": "0.4.24",
"temp": "^0.8.3",
"tmp": "0.0.31",
"web3": "^1.0.0-beta.34",
"web3-provider-engine": "^14.0.6",
"websocket": "^1.0.24",
"yargs": "^7.0.2"
},
"devDependencies": {
"mocha": "~5.1.1",
"memdown": "^1.3.1",
"assert-match": "^1.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/trufflesuite/ganache-core"
},
"license": "MIT"
}