mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-20 16:45:09 +00:00
Update from ISC to Apache-2.0 FAB-15276 #done Change-Id: Icb4fb6bcc26c283463472ecb1a47062c799be548 Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
20 lines
404 B
JSON
20 lines
404 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": "Apache-2.0",
|
|
"dependencies": {
|
|
"fabric-network": "unstable",
|
|
"fabric-client": "unstable",
|
|
"js-yaml": "^3.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^5.6.0"
|
|
}
|
|
}
|