forked from hyperledger/fabric-sdk-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.4 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
{
"name": "fabric-sdk-node",
"version": "1.0.0-snapshot",
"main": "index.js",
"repository": {
"type": "gerrit",
"url": "http://gerrit.hyperledger.org/r/fabric-sdk-node"
},
"scripts": {
"test": "gulp test-headless"
},
"engines": {
"node": ">=4.5.0",
"npm": ">=2.15.9"
},
"engine-strict": true,
"engineStrict": true,
"devDependencies": {
"bn.js": "^4.11.6",
"bunyan": "^1.8.10",
"cloudant": "^1.7.0",
"del": "^2.2.2",
"elliptic": "^6.3.2",
"fabric-ca-client": "file:./fabric-ca-client",
"fabric-client": "file:./fabric-client",
"fs-extra": "^2.0.0",
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-debug": "^3.0.0",
"gulp-eslint": "^3.0.1",
"gulp-istanbul": "^1.1.1",
"gulp-jsdoc3": "^0.3.0",
"gulp-shell": "^0.6.3",
"gulp-tape": "0.0.9",
"gulp-watch": "^4.3.11",
"gunzip-maybe": "^1.3.1",
"intercept-stdout": "^0.1.2",
"jsrsasign": "6.2.2",
"log4js": "^0.6.38",
"mock-couch": "https://github.com/jimthematrix/mock-couch.git",
"nano": "^6.2.0",
"require-dir": "^0.3.0",
"rewire": "^2.5.2",
"tap-colorize": "^1.2.0",
"tape": "^4.5.1",
"tape-promise": "^1.1.0",
"tar-fs": "^1.13.0",
"winston": "^2.2.0"
},
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "https://github.com/hyperledger/fabric/blob/master/LICENSE"
}
]
}