node-bitcoin/package.json
2015-10-18 21:07:25 -07:00

39 lines
820 B
JSON

{
"name": "bitcoin",
"description": "Communicate with bitcoind via JSON-RPC",
"version": "2.4.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": "^1.0.2",
"mocha": "^2.3.3"
},
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/freewil/node-bitcoin.git"
},
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "make test"
},
"bugs": {
"url": "https://github.com/freewil/node-bitcoin/issues"
},
"homepage": "https://github.com/freewil/node-bitcoin#readme",
"directories": {
"test": "test"
},
"license": "Unlicense"
}