27 lines
513 B
JSON
27 lines
513 B
JSON
{
|
|
"name": "bitcoin",
|
|
"description": "Communicate with bitcoind via JSON-RPC",
|
|
"version": "1.1.3",
|
|
"main": "./lib/bitcoin",
|
|
"keywords": [
|
|
"bitcoin",
|
|
"rpc"
|
|
],
|
|
"author": "Bill Casarin <bill@casarin.ca> (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"
|
|
}
|
|
} |