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