30 lines
593 B
JSON
30 lines
593 B
JSON
{
|
|
"name": "bitcoin",
|
|
"description": "Communicate with bitcoind via JSON-RPC",
|
|
"version": "1.3.0",
|
|
"main": "./lib/bitcoin",
|
|
"keywords": [
|
|
"bitcoin",
|
|
"rpc"
|
|
],
|
|
"author": "Bill Casarin <bill@casarin.ca> (jb55.com)",
|
|
"contributors": [
|
|
"Sean Lavine <sean@eternalrise.com>"
|
|
],
|
|
"dependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/freewil/node-bitcoin.git"
|
|
},
|
|
"devDependencies": {
|
|
"vows": "0.6.x"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6.0 < 0.9.0"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"optionalDependencies": {}
|
|
}
|