node-bitcoin/package.json
2014-01-08 16:09:46 -08:00

33 lines
640 B
JSON

{
"name": "bitcoin",
"description": "Communicate with bitcoind via JSON-RPC",
"version": "2.0.1",
"main": "lib/index.js",
"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.13.0",
"clone": "~0.1.10"
},
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/freewil/node-bitcoin.git"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "make test"
}
}