fabric-samples/asset-transfer-sbe/application-javascript/package.json
Bret Harrison 0bc6f89cf2 Add SBE javascript application
Add in a javascript application to show the state-based-endorsement
specific type of operations

Signed-off-by: Bret Harrison <beharrison@nc.rr.com>
2020-09-10 11:26:21 -04:00

16 lines
415 B
JSON

{
"name": "asset-transfer-sbe",
"version": "1.0.0",
"description": "Asset transfer state based endorsement application implemented in JavaScript",
"engines": {
"node": ">=12",
"npm": ">=5"
},
"engineStrict": true,
"author": "Hyperledger",
"license": "Apache-2.0",
"dependencies": {
"fabric-ca-client": "^2.2.2",
"fabric-network": "^2.2.2"
}
}