-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 928 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
{
"name": "fabric-node-svr",
"version": "1.0.0",
"description": "service use fabric-sdk-node",
"main": "index.js",
"dependencies": {
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"express": "^4.15.2",
"multer": "^1.3.0",
"fabric-ca-client": "file:./fabric-sdk-node/fabric-ca-client",
"fabric-client": "file:./fabric-sdk-node/fabric-client",
"tap-colorize": "^1.2.0",
"tape": "^4.5.1",
"tape-promise": "^1.1.0"
},
"devDependencies": {
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"multer": "^1.3.0",
"fabric-ca-client": "file:./fabric-sdk-node/fabric-ca-client",
"fabric-client": "file:./fabric-sdk-node/fabric-client",
"tap-colorize": "^1.2.0",
"tape": "^4.5.1",
"express": "^4.15.2",
"tape-promise": "^1.1.0"
},
"scripts": {
"test": "test",
"dev": "node ./bcsvr/start.js"
},
"author": "",
"license": "ISC"
}