forked from waffle-iron/QuorumNetworkManager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 858 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
{
"name": "basicquorum",
"version": "1.0.0",
"description": "1. Use this utility to generate quorum-genesis.json: https://github.com/davebryson/quorum-genesis",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coeniebeyers/BasicQuorum.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/coeniebeyers/BasicQuorum/issues"
},
"homepage": "https://github.com/coeniebeyers/BasicQuorum#readme",
"dependencies": {
"async": "^2.1.5",
"chai": "^4.1.2",
"expect.js": "^0.3.1",
"fs-extra": "^4.0.2",
"mocha": "^3.5.3",
"prompt": "^1.0.0",
"ps-node": "^0.1.6",
"web3": "^0.19.0",
"web3_ipc": "^1.4.0",
"web3quorum": "^0.20.3",
"whatismyip": "^1.1.4"
}
}