node-bitcoin/package.json
2012-04-26 01:13:38 -04:00

28 lines
543 B
JSON

{
"name": "bitcoin",
"description": "Communicate with bitcoind via JSON-RPC",
"version": "1.2.1",
"main": "./lib/bitcoin",
"keywords": [
"bitcoin",
"rpc"
],
"author": "Bill Casarin <bill@casarin.ca> (jb55.com)",
"dependencies": {
"underscore": "1.3.x"
},
"repository": {
"type": "git",
"url": "git://github.com/jb55/node-bitcoin.git"
},
"devDependencies": {
"vows": "0.6.x"
},
"engines": {
"node": ">=0.2.6"
},
"scripts": {
"test": "make test"
},
"optionalDependencies": {}
}