node-bitcoin/package.json
Bill Casarin 938cdfd500 Breaking changes:
* All json callbacks now receive an err as its first argument
* Added getAccount
2011-05-17 09:03:11 -04:00

23 lines
394 B
JSON

{
"name": "bitcoin",
"description": "Communicate with bitcoind via JSON-RPC",
"version": "1.0.0",
"main": "./lib/bitcoin",
"keywords": [
"bitcoin",
"rpc"
],
"author": "Bill Casarin <bill@casarin.ca> (jb55.com)",
"dependencies": {
"underscore": ">= 1.0.3"
},
"repository": {
"type": "git",
"url": "https://jb55@github.com/jb55/node-bitcoin.git"
}
}