-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1000 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
41
42
{
"name": "eth-devnet",
"version": "0.5.0",
"description": "Easily create an complete Ethereum Network for development purposes.",
"main": "index.js",
"bin": {
"ethdevnet": "./bin/ethdevnet"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ngotchac/eth-devnet.git"
},
"keywords": [
"ethereum",
"dev",
"network",
"parity",
"ethminer"
],
"author": "Nicolas Gotchac <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ngotchac/eth-devnet/issues"
},
"homepage": "https://github.com/ngotchac/eth-devnet#readme",
"dependencies": {
"archiver": "^1.0.1",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"dockerode": "^2.3.0",
"inquirer": "^1.1.2",
"keythereum": "^0.2.6",
"mkdirp": "^0.5.1",
"npmlog": "^4.0.0",
"temp": "^0.8.3",
"through2": "^2.0.1",
"web3": "^0.17.0-alpha"
}
}