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