-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 775 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 775 Bytes
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
{
"name": "debug-tool",
"version": "1.0.0",
"description": "fabric tool",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"engines": {
"node": ">=6.9.5 <7.0",
"npm": ">=3.10.10 <4.0"
},
"dependencies": {
"async": "^2.5.0",
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.3",
"crypto": "^1.0.1",
"ejs": "^2.5.7",
"express": "^4.15.2",
"express-bearer-token": "^2.1.0",
"express-jwt": "^5.1.0",
"express-session": "^1.15.2",
"fabric-ca-client": "^1.0.0",
"fabric-client": "^1.0.0",
"fs": "^0.0.1-security",
"fs-extra": "^2.0.0",
"jsonwebtoken": "^7.3.0",
"log4js": "^0.6.38",
"multer": "^1.3.0",
"mysql": "^2.15.0",
"readline": "^1.3.0"
}
}