This commit is contained in:
freewil 2012-02-22 23:32:46 -05:00
parent 5b3233164c
commit 53d0381984

View File

@ -1,7 +1,7 @@
{
"name": "bitcoin",
"description": "Communicate with bitcoind via JSON-RPC",
"version": "1.1.3",
"version": "1.1.4",
"main": "./lib/bitcoin",
"keywords": [
"bitcoin",
@ -23,5 +23,6 @@
},
"scripts": {
"test": "node test/api.js"
}
},
"optionalDependencies": {}
}