node-bitcoin/package.json
2011-11-19 18:32:38 -05:00

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"
}
}