mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-19 16:15:09 +00:00
Change-Id: Ic0291f07e2aba519bcd05238d002eecd5ec43891 Signed-off-by: David Enyeart <enyeart@us.ibm.com>
20 lines
393 B
JSON
20 lines
393 B
JSON
{
|
|
"name": "nodejs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "buy.js",
|
|
"scripts": {
|
|
"test": "rm -rf _idwallet && node addToWallet.js && node buy.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fabric-network": "~1.4.0",
|
|
"fabric-client": "~1.4.0",
|
|
"js-yaml": "^3.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^5.6.0"
|
|
}
|
|
}
|