Update package.json

This commit is contained in:
Matthew Little 2014-02-22 13:17:54 -07:00
parent 8b25a85c3e
commit 9bb998dc19

View File

@ -1,10 +1,11 @@
{
"name": "stratum-pool",
"version": "0.0.8",
"version": "0.0.9",
"author": "Matthew Little",
"description": "High performance Stratum poolserver in Node.js",
"contributors": [
"vekexasia"
"vekexasia",
"TheSeven"
],
"bin": {
"block-notify": "./scripts/blockNotify.js"
@ -36,4 +37,4 @@
"engines": {
"node": ">=0.10"
}
}
}