mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 23:45:10 +00:00
fabcar uses 1.0.2 node modules changing it to unstable so that latest node modules can be used on master branch Change-Id: Ia9dc866931763760dd3cd7dbc5c7fd9a5de099be Signed-off-by: ratnakar <asara.ratnakar@gmail.com>
17 lines
307 B
JSON
17 lines
307 B
JSON
{
|
|
"name": "fabcar",
|
|
"version": "1.0.0",
|
|
"description": "fabcar chaincode implemented in node.js",
|
|
"engines": {
|
|
"node": ">=8.4.0",
|
|
"npm": ">=5.3.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node fabcar.js"
|
|
},
|
|
"engine-strict": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"fabric-shim": "unstable"
|
|
}
|
|
}
|