mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 23:45:10 +00:00
fabcar uses 1.0.2 node modules changing it to unstable so that latest node modules can be used on master branch Change-Id: Ia9dc866931763760dd3cd7dbc5c7fd9a5de099be Signed-off-by: ratnakar <asara.ratnakar@gmail.com>
23 lines
537 B
JSON
23 lines
537 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": "unstable",
|
|
"fabric-client": "unstable",
|
|
"grpc": "^1.6.0"
|
|
},
|
|
"author": "Anthony O'Dowd",
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"Hyperledger",
|
|
"Fabric",
|
|
"Car",
|
|
"Sample",
|
|
"Application"
|
|
]
|
|
}
|