node-bitcoin/package.json
2013-03-13 00:16:25 -04:00

33 lines
639 B
JSON

{
"name": "bitcoin",
"description": "Communicate with bitcoind via JSON-RPC",
"version": "1.6.0",
"main": "./lib/bitcoin",
"keywords": [
"bitcoin",
"rpc"
],
"author": "Bill Casarin <bill@casarin.ca> (jb55.com)",
"contributors": [
"Sean Lavine <sean@eternalrise.com>"
],
"dependencies": {
"deprecate": "~0.1.0"
},
"devDependencies": {
"mocha": "~1.8.1",
"clone": "~0.1.6"
},
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/freewil/node-bitcoin.git"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "make test"
}
}