forked from jinhoyoo/theloop-fabric
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (45 loc) · 1 KB
/
package.json
File metadata and controls
46 lines (45 loc) · 1 KB
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
{
"name" : "theloop-fabric",
"description": "A library for easily interacting with Hyperledger Fabric.",
"version" : 0.5,
"author": {
"name": "Piter Ryu (DongOk Ryu)",
"email": "pop@nomadconnection.com"
},
"main": "index.js",
"readme": "README.md",
"_from": "ibm-blockchain-js@1.2.3",
"bugs": {
"url": "https://github.com/theloopkr/theloop-fabric"
},
"dependencies": {
"async": "1.5.0"
},
"directories": {},
"gitHead": "3ad302d3fa987071f66d74f6eedf815270257a4d",
"homepage": "https://github.com/theloopkr/theloop-fabric#readme",
"keywords": [
"ibm",
"blockchain",
"obc",
"peer",
"node",
"hyperledger",
"fabric",
"theloop",
"yellowfg",
"chaincode"
],
"license": "Apache-2.0",
"maintainers": [
{
"email": "pop@nomadconnection.com",
"name": "Piter Ryu (DongOk Ryu)"
}
],
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/theloopkr/theloop-fabric.git"
},
}