mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
Change-Id: If784ead9b35c89b874078fe3e87e702fd3be5953 Signed-off-by: David Enyeart <enyeart@us.ibm.com>
15 lines
345 B
JSON
15 lines
345 B
JSON
{
|
|
"name": "chaincode_example02",
|
|
"version": "1.0.0",
|
|
"description": "chaincode_example02 chaincode implemented in node.js",
|
|
"engines": {
|
|
"node": ">=8.4.0",
|
|
"npm": ">=5.3.0"
|
|
},
|
|
"scripts": { "start" : "node chaincode_example02.js" },
|
|
"engine-strict": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"fabric-shim": "1.4.0-rc2"
|
|
}
|
|
}
|