mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 23:45:10 +00:00
NodeSDK has not been released at 2.0.0 to date Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
17 lines
318 B
JSON
17 lines
318 B
JSON
{
|
|
"name": "marbles",
|
|
"version": "1.0.0",
|
|
"description": "marbles chaincode implemented in node.js",
|
|
"engines": {
|
|
"node": ">=8.4.0",
|
|
"npm": ">=5.3.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node marbles_chaincode.js"
|
|
},
|
|
"engine-strict": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"fabric-shim": "^2.0.0"
|
|
}
|
|
}
|