mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
fabcar sample is broken due to the recent change FAB-4904 With this fix generated the certs using rc1 based cryptogen binary , also updated the paths in docker-compose and the scripts Change-Id: I63457c7ab3e13ae34ff729bcc8f95ea1532b0737 Signed-off-by: ratnakar <asara.ratnakar@gmail.com>
22 lines
545 B
JSON
22 lines
545 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.0.0-rc1 <1.0.0-rc1.10",
|
|
"fabric-client": ">=1.0.0-rc1 <1.0.0-rc1.10"
|
|
},
|
|
"author": "Anthony O'Dowd",
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"Hyperledger",
|
|
"Fabric",
|
|
"Car",
|
|
"Sample",
|
|
"Application"
|
|
]
|
|
}
|