address-watch/package.json

27 lines
629 B
JSON
Raw Normal View History

2016-05-19 15:29:06 -07:00
{
"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",
2018-03-27 23:55:02 -07:00
"url": "git+https://github.com/BTCPrivate/address-watch.git"
2016-05-19 15:29:06 -07:00
},
"keywords": [
"bitcore"
],
"author": "BitPay",
"license": "MIT",
"bugs": {
2018-03-27 23:55:02 -07:00
"url": "https://github.com/BTCPrivate/address-watch/issues"
2016-05-19 15:29:06 -07:00
},
2018-03-27 23:55:02 -07:00
"homepage": "https://github.com/BTCPrivate/address-watch#readme",
2016-05-19 15:29:06 -07:00
"private": true,
"dependencies": {
2018-03-27 23:55:02 -07:00
"bitcore-lib-btcp": "BTCPrivate/bitcore-lib-btcp"
2016-05-19 15:29:06 -07:00
}
}