UNPKG

@axerunners/axecore-p2p

Version:

Interface to the axe P2P network for Axecore

40 lines (39 loc) 896 B
{ "name": "@axerunners/axecore-p2p", "version": "1.2.0", "description": "Interface to the axe P2P network for Axecore", "author": "BitPay <dev@bitpay.com>", "main": "index.js", "scripts": { "lint": "eslint .", "test": "mocha", "coverage": "nyc mocha" }, "keywords": [ "bitcoin", "bitcore", "axecore" ], "repository": { "type": "git", "url": "https://github.com/axerunners/axecore-p2p.git" }, "dependencies": { "@axerunners/axecore-lib": "^0.17.6", "bloom-filter": "^0.2.0", "mocha": "^5.2.0", "node-buffers": "^0.1.1", "socks5-client": "^1.2.6" }, "devDependencies": { "brfs": "^1.6.1", "chai": "~1.10.0", "eslint": "^5.16.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.18.0", "mocha": "^5.2.0", "nyc": "^13.3.0", "sinon": "^1.17.7" }, "license": "MIT" }