mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Update the fabcar sample with an easier flow Remove hardcoded fields in the invoke program Change-Id: I9a06cdd317c2afec80720ac7d728d38fc62c6f63 Signed-off-by: Bret Harrison <beharrison@nc.rr.com> Signed-off-by: Nick Gaski <ngaski@us.ibm.com> Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
23 lines
533 B
JSON
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.0.2",
|
|
"fabric-client": "^1.0.2",
|
|
"grpc": "^1.6.0"
|
|
},
|
|
"author": "Anthony O'Dowd",
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"Hyperledger",
|
|
"Fabric",
|
|
"Car",
|
|
"Sample",
|
|
"Application"
|
|
]
|
|
}
|