forked from hyperledger-archives/caliper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 912 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
{
"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"
},
"engines": {
"node": ">=4.5.0",
"npm": ">=2.15.9"
},
"engine-strict": true,
"engineStrict": true,
"dependencies": {
"cbor": "^3.0.3",
"commander": "^2.11.0",
"dockerode": "^2.5.0",
"fs-extra": "^4.0.2",
"jsrsasign": "^8.0.4",
"mustache": "^2.3.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/Huawei-OSG/caliper/blob/master/LICENSE"
}
]
}