store-demo/package.json

28 lines
650 B
JSON

{
"dependencies": {
"bitcore-lib-btcp": "BTCPrivate/bitcore-lib-btcp",
"body-parser": "^1.15.1"
},
"name": "store-demo",
"description": "Tutorial service for Bitcore",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BTCPrivate/store-demo.git"
},
"keywords": [
"bitcore"
],
"author": "BitPay",
"license": "MIT",
"bugs": {
"url": "https://github.com/BTCPrivate/store-demo/issues"
},
"homepage": "https://github.com/BTCPrivate/store-demo#readme",
"private": true
}