{ "name": "bitcoind.js", "description": "Node binding for bitcoind", "author": "BitPay ", "version": "0.0.8", "main": "./index.js", "repository": "git://github.com/bitpay/bitcoind.js.git", "homepage": "https://github.com/bitpay/bitcoind.js", "bugs": { "url": "https://github.com/bitpay/bitcoind.js/issues" }, "contributors": [ { "name": "Christopher Jeffrey" }, { "name": "Braydon Fuller", "email": "braydon@bitpay.com" }, { "name": "Chris Kleeschulte", "email": "chrisk@bitpay.com" }, { "name": "Patrick Nagurny", "email": "patrick@bitpay.com" } ], "scripts": { "preinstall": "./bin/build-libbitcoind", "install": "./bin/build-bindings", "start": "node example", "test": "NODE_ENV=test mocha --recursive", "coverage": "istanbul cover _mocha -- --recursive" }, "tags": [ "bitcoin", "bitcoind" ], "dependencies": { "bindings": "^1.2.1", "mkdirp": "0.5.0", "nan": "1.3.0", "tiny": "0.0.10", "chainlib": "^0.1.1", "errno": "^0.1.2", "async": "1.3.0", "memdown": "^1.0.0" }, "devDependencies": { "benchmark": "1.0.0", "bitcoin": "^2.3.2", "bitcoind-rpc": "^0.3.0", "bitcore": "^0.12.12", "chai": "^3.0.0", "mocha": "~1.16.2", "proxyquire": "^1.3.1", "rimraf": "^2.4.2", "sinon": "^1.15.4" } }