address-watch/package.json

27 lines
629 B
JSON

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