forked from hyperledger-caliper/caliper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.05 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
{
"name": "caliper",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/Huawei-OSG/caliper"
},
"scripts": {
"test": "node ./scripts/test.js",
"list": "node ./scripts/list.js",
"startclient": "node ./src/comm/client/zoo-client.js"
},
"engines": {
"node": ">=8.10.0",
"npm": ">=5.5.0"
},
"engine-strict": true,
"engineStrict": true,
"dependencies": {
"cbor": "^3.0.3",
"commander": "^2.11.0",
"dockerode": "^2.5.0",
"fs-extra": "^4.0.2",
"grpc": "^1.12.2",
"iroha-lib": "^0.1.1",
"jsrsasign": "^8.0.4",
"mustache": "^2.3.0",
"node-zookeeper-client": "^0.2.2",
"ora": "^1.2.0",
"pidusage": "^1.1.6",
"ps-node": "^0.1.6",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"systeminformation": "^3.23.7",
"table": "^4.0.1",
"tape": "^4.8.0",
"tape-promise": "^1.1.0"
},
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "https://github.com/hyperledger/caliper/blob/master/LICENSE"
}
]
}