{ "name": "bitcoin", "description": "Communicate with bitcoind via JSON-RPC", "version": "2.3.2", "main": "lib/index.js", "keywords": [ "bitcoin", "rpc" ], "author": "Bill Casarin (jb55.com)", "contributors": [ "Sean Lavine " ], "dependencies": {}, "devDependencies": { "clone": "^0.1.18", "mocha": "^2.1.0" }, "optionalDependencies": {}, "repository": { "type": "git", "url": "git://github.com/freewil/node-bitcoin.git" }, "engines": { "node": ">= 0.10.0" }, "scripts": { "test": "make test" } }