forked from talrasha007/fabric-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 794 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
{
"name": "fabric-wrapper",
"version": "0.3.6",
"description": "A wrapper for fabric-client & fabric-ca-client.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/talrasha007/fabric-wrapper.git"
},
"keywords": [
"blockchain",
"hyperledger",
"fabric"
],
"author": "Tal Rasha ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/talrasha007/fabric-wrapper/issues"
},
"homepage": "https://github.com/talrasha007/fabric-wrapper#readme",
"engines": {
"node": ">=7.8.0"
},
"dependencies": {
"co-lodash": "0.0.5",
"fabric-ca-client": "1.0.0",
"fabric-client": "1.0.0",
"grpc": "^1.4.1",
"jsrsasign": "^7.2.1",
"nan": "^2.6.2",
"rewire": "^2.5.2"
}
}