mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
15 lines
322 B
JSON
15 lines
322 B
JSON
{
|
|
"name": "abac",
|
|
"version": "1.0.0",
|
|
"description": "attribute based access control chaincode implemented in node.js",
|
|
"engines": {
|
|
"node": ">=8.4.0",
|
|
"npm": ">=5.3.0"
|
|
},
|
|
"scripts": { "start" : "node abac.js" },
|
|
"engine-strict": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"fabric-shim": "1.3.1"
|
|
}
|
|
}
|