fabric-samples/auction/application-javascript/package.json
NIKHIL E GUPTA 93767a001d Fabric auction sample preview
Signed-off-by: NIKHIL E GUPTA <negupta@us.ibm.com>
2020-10-08 18:17:37 -04:00

16 lines
373 B
JSON

{
"name": "auction",
"version": "1.0.0",
"description": "auction application implemented in JavaScript",
"engines": {
"node": ">=12",
"npm": ">=5"
},
"engineStrict": true,
"author": "Hyperledger",
"license": "Apache-2.0",
"dependencies": {
"fabric-ca-client": "^2.2.0",
"fabric-network": "^2.2.0"
}
}