alterdot-p2p
Version:
Interface to the alterdot P2P network for Alterdot
71 lines (70 loc) • 1.46 kB
JSON
{
"name": "alterdot-p2p",
"version": "1.0.0",
"description": "Interface to the alterdot P2P network for Alterdot",
"author": "alterdot.network",
"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": [
"adot",
"bitcore",
"alterdot"
],
"repository": {
"type": "git",
"url": "https://github.com/Alterdot/alterdot-p2p.git"
},
"dependencies": {
"alterdot-lib": "^1.0.0",
"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"
}