{ "name": "bitcoin", "description": "Communicate with bitcoind via JSON-RPC", "version": "1.1.2", "main": "./lib/bitcoin", "keywords": [ "bitcoin", "rpc" ], "author": "Bill Casarin (jb55.com)", "dependencies": { "underscore": ">= 1.0.3" }, "repository": { "type": "git", "url": "git://github.com/jb55/node-bitcoin.git" }, "devDependencies": { "vows": "*" }, "engines": { "node": "*" }, "scripts": { "test": "node test/api.js" } }