fabric-samples/auction-simple/application-javascript/package.json
NIKHIL E GUPTA 7619efe9c1 Add dutch auction sample with auditor
Signed-off-by: NIKHIL E GUPTA <ngupta@symbridge.com>
2021-05-24 11:39:08 -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.4",
"fabric-network": "^2.2.4"
}
}