{ "name": "@mempool/bitcoin", "description": "Communicate with bitcoind via JSON-RPC", "version": "3.0.3", "main": "lib/index.js", "keywords": [ "bitcoin", "rpc" ], "author": "Bill Casarin (jb55.com)", "contributors": [ "Sean Lavine " ], "dependencies": {}, "devDependencies": { "clone": "^1.0.2", "mocha": "^2.3.3", "standard": "^5.3.1" }, "optionalDependencies": {}, "repository": { "type": "git", "url": "git://github.com/mempool/node-bitcoin.git" }, "engines": { "node": ">= 0.10.0" }, "scripts": { "pretest": "standard --verbose", "test": "make test" }, "bugs": { "url": "https://github.com/mempool/node-bitcoin/issues" }, "homepage": "https://github.com/mempool/node-bitcoin#readme", "directories": { "test": "test" }, "license": "Unlicense" }