{ "name": "flocore-p2p", "version": "5.0.0-beta.7", "description": "Interface to the Flo P2P network for flocore", "main": "index.js", "scripts": { "lint": "gulp lint", "test": "gulp test:node", "coverage": "gulp coverage", "build": "gulp" }, "keywords": [ "bitcoin", "bitcore" ], "repository": { "type": "git", "url": "https://github.com/bitpay/bitcore-p2p.git" }, "dependencies": { "flocore-lib": "^0.15.2", "fcoin": "https://github.com/OstlerDev/fcoin#bcoin-1.0.2", "bloom-filter": "^0.2.0", "buffers": "bitpay/node-buffers#v0.1.2-bitpay", "socks5-client": "^0.3.6" }, "devDependencies": { "bitcore-build": "git://github.com/bitpay/bitcore-build.git", "brfs": "^1.2.0", "chai": "~1.10.0", "gulp": "^3.8.10", "sinon": "^1.12.2" }, "license": "MIT" }