2014-01-14 08:56:06 -08:00
|
|
|
{
|
2014-03-07 14:04:14 -08:00
|
|
|
"name": "node-open-mining-portal",
|
2014-03-06 14:59:49 -08:00
|
|
|
"version": "0.0.3",
|
2014-03-07 14:04:14 -08:00
|
|
|
"description": "An extremely efficient, highly scalable, all-in-one, easy to setup cryptocurrency mining pool",
|
|
|
|
"keywords": [
|
|
|
|
"stratum",
|
|
|
|
"mining",
|
|
|
|
"pool",
|
|
|
|
"server",
|
|
|
|
"poolserver",
|
|
|
|
"bitcoin",
|
|
|
|
"litecoin",
|
|
|
|
"scrypt"
|
|
|
|
],
|
|
|
|
"homepage": "https://github.com/zone117x/node-open-mining-portal",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/zone117x/node-open-mining-portal/issues"
|
|
|
|
},
|
|
|
|
"license": "GPL-2.0",
|
|
|
|
"author": "Matthew Little",
|
|
|
|
"contributors": [
|
|
|
|
"vekexasia",
|
|
|
|
"TheSeven"
|
|
|
|
],
|
2014-01-16 09:08:33 -08:00
|
|
|
"main": "init.js",
|
2014-03-07 14:04:14 -08:00
|
|
|
"bin": {
|
|
|
|
"block-notify": "./scripts/blockNotify.js"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/zone117x/node-open-mining-portal.git"
|
|
|
|
},
|
2014-01-16 09:08:33 -08:00
|
|
|
"dependencies": {
|
2014-03-25 15:21:17 -07:00
|
|
|
"stratum-pool": "https://github.com/zone117x/node-stratum-pool/archive/master.tar.gz",
|
2014-01-16 11:18:16 -08:00
|
|
|
"dateformat": "*",
|
2014-02-20 15:13:50 -08:00
|
|
|
"node-json-minify": "*",
|
2014-03-01 17:19:10 -08:00
|
|
|
"posix": "*",
|
2014-03-03 12:51:11 -08:00
|
|
|
"redis": "*",
|
2014-03-11 18:56:19 -07:00
|
|
|
"mysql": "*",
|
2014-03-12 23:37:27 -07:00
|
|
|
"async": "*",
|
|
|
|
"express": "*",
|
2014-03-22 23:16:06 -07:00
|
|
|
"dot": "*",
|
2014-03-26 19:12:52 -07:00
|
|
|
"colors": "*",
|
|
|
|
"node-watch": "*"
|
2014-01-16 09:08:33 -08:00
|
|
|
},
|
2014-03-07 14:04:14 -08:00
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10"
|
|
|
|
}
|
2014-01-15 15:04:19 -08:00
|
|
|
}
|