{ "name": "flocore-p2p", "version": "5.0.0-beta.8", "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": { "bloom-filter": "^0.2.0", "buffers": "bitpay/node-buffers#v0.1.2-bitpay", "fcoin": "^1.1.0", "flocore-lib": "^0.15.2", "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" }