mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 18:15:10 +00:00
21 lines
497 B
JSON
21 lines
497 B
JSON
{
|
|
"name": "abstore",
|
|
"version": "1.0.0",
|
|
"description": "ABstore chaincode implemented in node.js",
|
|
"engines": {
|
|
"node": ">=8.4.0",
|
|
"npm": ">=5.3.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node abstore.js"
|
|
},
|
|
"engine-strict": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
<<<<<<< HEAD:chaincode/fabcar/javascript-low-level/package.json
|
|
"fabric-shim": "~1.4.0"
|
|
=======
|
|
"fabric-shim": "^2.0.0"
|
|
>>>>>>> 3dbe116a30d517e1e828afb61b2198763141f2e6:chaincode/abstore/javascript/package.json
|
|
}
|
|
}
|