bitcore-p2p-value
Version:
Interface to the bitcoin P2P network for bivcore
40 lines (39 loc) • 938 B
JSON
{
"name": "bitcore-p2p-value",
"version": "8.22.0-2",
"description": "Interface to the bitcoin P2P network for bivcore",
"author": "Sotatek .JSC",
"main": "index.js",
"scripts": {
"test": "gulp test",
"coverage": "gulp coverage",
"build": "gulp",
"pub": "npm run build && npm publish"
},
"keywords": [
"bitcoinvalue",
"bivcore"
],
"repository": {
"type": "git",
"url": "https://github.com/bitcoin-value/bitcore-p2p-value.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"bitcore-lib": "^8.22.2",
"bitcore-lib-value": "8.22.0-6",
"bloom-filter": "^0.2.0",
"buffers": "github:bitpay/node-buffers#v0.1.2-bitpay",
"socks5-client": "^0.3.6"
},
"devDependencies": {
"bivcore-build": "8.22.0-3",
"brfs": "^1.2.0",
"chai": "~1.10.0",
"gulp": "^4.0.0",
"sinon": "^1.12.2"
},
"license": "MIT"
}