@dashevo/dashcore-p2p
Version:
Interface to the dash P2P network for Dashcore
71 lines (70 loc) • 1.5 kB
JSON
{
"name": "@dashevo/dashcore-p2p",
"version": "1.2.2",
"description": "Interface to the dash P2P network for Dashcore",
"author": "Dash Core Group, Inc. <dev@dash.org>",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha './test/**/*.js'",
"coverage": "nyc mocha"
},
"contributors": [
{
"name": "Yemel Jardi",
"email": "yemel@bitpay.com"
},
{
"name": "Braydon Fuller",
"email": "braydon@bitpay.com"
},
{
"name": "Ryan X. Charles",
"email": "ryan@bitpay.com"
},
{
"name": "Eric Martindale",
"email": "eric@bitpay.com"
},
{
"name": "Philip Hutchins",
"email": "philip@bitpay.com"
},
{
"name": "Manuel Araoz",
"email": "maraoz@bitpay.com"
},
{
"name": "Esteban Ordano",
"email": "eordano@gmail.com"
},
{
"name": "Elichai Turkel"
}
],
"keywords": [
"dash",
"bitcore",
"dashcore"
],
"repository": {
"type": "git",
"url": "https://github.com/dashevo/dashcore-p2p.git"
},
"dependencies": {
"@dashevo/dashcore-lib": "^0.19.25",
"bloom-filter": "^0.2.0",
"node-buffers": "^0.1.1",
"socks5-client": "^1.2.8"
},
"devDependencies": {
"chai": "^4.3.0",
"eslint": "^7.21.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"mocha": "^8.3.0",
"nyc": "^15.1.0",
"sinon": "^9.2.4"
},
"license": "MIT"
}