UNPKG

fcash-p2p

Version:

Interface to the bitcoin P2P network for fcash

36 lines (35 loc) 814 B
{ "name": "fcash-p2p", "version": "8.0.5", "description": "Interface to the bitcoin P2P network for fcash", "main": "index.js", "scripts": { "lint": "gulp lint", "test": "gulp test:node", "coverage": "gulp coverage", "build": "gulp" }, "keywords": [ "bitcoin", "fcash" ], "repository": { "type": "git", "url": "https://github.com/fcash-wallet/fcash-p2p.git" }, "dependencies": { "fcash-lib": "8.0.5", "bcoin": "1.0.0-beta.12", "bloom-filter": "^0.2.0", "buffers": "bitpay/node-buffers#v0.1.2-bitpay", "socks5-client": "^0.3.6" }, "devDependencies": { "fcash-build": "git://github.com/fcash-wallet/fcash-build.git", "brfs": "^1.2.0", "chai": "~1.10.0", "gulp": "^3.8.10", "sinon": "^1.12.2" }, "license": "MIT" }