fabric-samples/fabcar/package.json
David Enyeart 1252c7a0ee [FAB-8920] Pin fabric-samples to node.js "~1.1.0"
After creating release-1.1 branch, pin the fabric samples to use
version "~1.1.0" of node sdk and node chaincode.  This will forever
align fabric samples in release-1.1 branch with the 1.1.x node.js
releases.

Change-Id: Ia8caebf8b7df4d33dd71dc6223a4cb386023bb05
Signed-off-by: David Enyeart <enyeart@us.ibm.com>
2018-03-16 08:15:51 -04: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.1.0",
"fabric-client": "~1.1.0",
"grpc": "^1.6.0"
},
"author": "Anthony O'Dowd",
"license": "Apache-2.0",
"keywords": [
"Hyperledger",
"Fabric",
"Car",
"Sample",
"Application"
]
}