node-bitcoin/package.json
2014-10-18 14:24:36 -07:00

31 lines
612 B
JSON

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