fabric-samples/fabcar/package.json
2017-06-24 13:55:25 -04:00

23 lines
539 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-beta",
"fabric-client": "1.0.0-beta",
"grpc":"1.3.9"
},
"author": "Anthony O'Dowd",
"license": "Apache-2.0",
"keywords": [
"Hyperledger",
"Fabric",
"Car",
"Sample",
"Application"
]
}