mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-24 18:45:09 +00:00
26 lines
684 B
JSON
26 lines
684 B
JSON
{
|
|
"name": "nodejs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "buy.js",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "rm -rf _idwallet && node addToWallet.js && node buy.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
<<<<<<< HEAD:library-tracker/organization/cannavino/application/package.json
|
|
"fabric-network": "~1.4.0",
|
|
"fabric-client": "~1.4.0",
|
|
=======
|
|
"fabric-network": "beta",
|
|
"fabric-client": "beta",
|
|
>>>>>>> 3dbe116a30d517e1e828afb61b2198763141f2e6:commercial-paper/organization/magnetocorp/application/package.json
|
|
"js-yaml": "^3.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^5.6.0"
|
|
}
|
|
}
|