@csio.company/dogecore-p2p
Version:
Interface to the dogecoin P2P network for dogecore
38 lines (37 loc) • 907 B
JSON
{
"name": "@csio.company/dogecore-p2p",
"version": "1.1.6",
"description": "Interface to the dogecoin P2P network for dogecore",
"author": "",
"main": "index.js",
"scripts": {
"lint": "gulp lint",
"test": "gulp test:node",
"coverage": "gulp coverage",
"build": "gulp"
},
"contributors": [],
"keywords": [
"dogecoin",
"dogecore"
],
"repository": {
"type": "git",
"url": "https://github.com/csiocompany/dogecore-p2p.git"
},
"dependencies": {
"@csio.company/dogecore-lib": "^0.13.21",
"bloom-filter": "^0.2.0",
"buffers": "bitpay/node-buffers#v0.1.2-bitpay",
"socks5-client": "^0.3.6",
"bcoin": "^1.0.2"
},
"devDependencies": {
"@csio.company/dogecore-build": "^0.5.5",
"brfs": "^1.2.0",
"chai": "~1.10.0",
"gulp": "^3.8.10",
"sinon": "^1.12.2"
},
"license": "MIT"
}