fabric-samples/chaincode/marbles02/node/package.json
David Enyeart 046250b9e3 [FAB-11515] Pin fabric samples to node.js ~1.2.0
Pin fabric samples to node.js ~1.2.0 sdk and chaincode shim,
so that the v1.2 samples always use v1.2.x sdk and shim.

Change-Id: I5e2d4a37dc84f7f0f99bf82744843ee719b83fce
Signed-off-by: David Enyeart <enyeart@us.ibm.com>
2018-08-08 12:29:39 +00:00

15 lines
316 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": "~1.2.0"
}
}