fabric-samples/fabcar/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

23 lines
533 B
JSON

{
"name": "fabcar",
"version": "1.0.0",
"description": "Hyperledger Fabric Car Sample Application",
"main": "fabcar.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"fabric-ca-client": "~1.2.0",
"fabric-client": "~1.2.0",
"grpc": "^1.6.0"
},
"author": "Anthony O'Dowd",
"license": "Apache-2.0",
"keywords": [
"Hyperledger",
"Fabric",
"Car",
"Sample",
"Application"
]
}