mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
Pin fabric-samples in master to "unstable" so that latest node modules get used by default. Change-Id: I36df30cb108a350c8e59756ed0d2f03610eb1d73 Signed-off-by: David Enyeart <enyeart@us.ibm.com>
17 lines
310 B
JSON
17 lines
310 B
JSON
{
|
|
"name": "abstore",
|
|
"version": "1.0.0",
|
|
"description": "ABstore chaincode implemented in node.js",
|
|
"engines": {
|
|
"node": ">=8.4.0",
|
|
"npm": ">=5.3.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node abstore.js"
|
|
},
|
|
"engine-strict": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"fabric-shim": "unstable"
|
|
}
|
|
}
|