mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Pin fabric-samples in master to "unstable" so that latest node modules get used by default. Change-Id: I36df30cb108a350c8e59756ed0d2f03610eb1d73 Signed-off-by: David Enyeart <enyeart@us.ibm.com>
22 lines
511 B
JSON
22 lines
511 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"
|
|
},
|
|
"author": "Anthony O'Dowd",
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"Hyperledger",
|
|
"Fabric",
|
|
"Car",
|
|
"Sample",
|
|
"Application"
|
|
]
|
|
}
|