{ "name": "bitcoin", "description": "Communicate with bitcoind via JSON-RPC", "version": "1.2.1", "main": "./lib/bitcoin", "keywords": [ "bitcoin", "rpc" ], "author": "Bill Casarin (jb55.com)", "dependencies": { "underscore": "1.3.x" }, "repository": { "type": "git", "url": "git://github.com/jb55/node-bitcoin.git" }, "devDependencies": { "vows": "0.6.x" }, "engines": { "node": ">=0.2.6" }, "scripts": { "test": "make test" }, "optionalDependencies": {} }