fabric-samples/fabcar/package.json
Christopher Ferris 2610e5277b Fix version of fabric-client
FAB-11501 #done
the version of fabric-client and fabric-ca-client
needs to be one of the 1.2.x releases

Change-Id: Ib0d765741cbff20ae781d6a09ee3e73acd6aabd3
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
2018-08-08 09:11:27 +00:00

23 lines
549 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.1 <1.3.0",
"fabric-client": ">=1.2.1 <1.3.0",
"grpc": "^1.6.0"
},
"author": "Anthony O'Dowd",
"license": "Apache-2.0",
"keywords": [
"Hyperledger",
"Fabric",
"Car",
"Sample",
"Application"
]
}