forked from bmos299/Fabric1GettingStartred
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.68 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
65
66
67
68
69
70
71
72
73
{
"name": "hfc",
"version": "0.0.2",
"main": "index.js",
"repository": {
"type": "gerrit",
"url": "http://gerrit.hyperledger.org/r/fabric-sdk-node"
},
"scripts": {
"test": "node test/unit/headless-tests.js"
},
"engines": {
"node": ">=6.7.0",
"npm": ">=3.0.0"
},
"engine-strict": true,
"engineStrict": true,
"dependencies": {
"aes-js": "^1.0.0",
"asn1": "https://github.com/mcavage/node-asn1",
"asn1js": "^1.2.12",
"bn.js": "^4.11.3",
"body-parser": "*",
"cors": "2.5.3",
"crypto": "0.0.3",
"elliptic": "^6.2.3",
"events": "^1.1.0",
"express": "^4.14.0",
"fs": "0.0.2",
"fs-extra": ">=0.30.0 <0.31.0",
"grpc": "^1.0.0",
"js-sha3": "^0.5.1",
"json-stringify-safe": "^5.0.1",
"jsrsasign": "^5.0.10",
"jssha": "^2.1.0",
"lodash": "^4.15.0",
"nconf": "^0.8.4",
"node-uuid": "^1.4.7",
"node.extend": "^1.1.5",
"path": "^0.12.7",
"pkijs": "^1.3.19",
"promise-settle": "^0.3.0",
"sjcl": "1.0.3",
"sjcl-codec": "0.1.1",
"sleep": "^3.0.1",
"tar-fs": "^1.13.0",
"url": "^0.11.0",
"util": "^0.10.3",
"uuidv4": "^0.3.1"
},
"devDependencies": {
"bunyan": "^1.8.1",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-istanbul": "^1.1.1",
"gulp-jsdoc3": "^0.3.0",
"gulp-tape": "0.0.9",
"intercept-stdout": "^0.1.2",
"log4js": "^0.6.38",
"require-dir": "^0.3.0",
"tap-colorize": "^1.2.0",
"tape": "^4.5.1",
"tape-promise": "^1.1.0",
"winston": "^2.2.0"
},
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "https://github.com/hyperledger/fabric/blob/master/LICENSE"
}
]
}