node-bitcoin/package.json
2013-03-05 08:22:47 -05:00

30 lines
595 B
JSON

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