-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·64 lines (64 loc) · 1.59 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
62
63
64
{
"name": "caliper",
"description": "Performance benchmarking for Hyperledger blockchain technologies. You must install [Lerna](https://lernajs.io) to build this multi-package repository.",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/hyperledger/caliper"
},
"scripts": {
"repoclean": "lerna clean",
"bootstrap": "lerna bootstrap",
"test": "lerna run test"
},
"engineStrict": true,
"engines": {
"node": ">=8.10.0",
"npm": ">=5.6.0"
},
"files": [
"*",
"src/comm/template/report.html"
],
"dependencies": {
"base-64": "^0.1.0",
"bcrypt": "^3.0.6",
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.3",
"downloadjs": "^1.4.7",
"ec-key": "0.0.2",
"elliptic": "^6.4.1",
"express": "^4.15.2",
"express-bearer-token": "^2.1.0",
"express-jwt": "^5.1.0",
"express-session": "^1.15.2",
"fabric-ca-client": "~1.4.0",
"fabric-client": "~1.4.0",
"fs-extra": "^2.0.0",
"js-crypto-key-utils": "^0.6.5",
"jsonwebtoken": "^7.4.3",
"key-encoder": "^1.1.6",
"log4js": "^0.6.38",
"md5": "^2.2.1",
"mongoose": "^5.6.0",
"node-forge": "^0.8.5",
"node-localstorage": "^1.3.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"secp256k1": "^3.7.1",
"sha256": "^0.2.0",
"sha3": "^2.0.4",
"shelljs": "^0.8.3"
},
"devDependencies": {
"lerna": "2.0.0"
},
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "https://github.com/hyperledger/caliper/blob/master/LICENSE"
}
]
}