z-nomp/package.json

56 lines
1.4 KiB
JSON

{
"name": "node-open-mining-portal",
"version": "0.0.4",
"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/joshuayabut/node-open-mining-portal",
"bugs": {
"url": "https://github.com/joshuayabut/node-open-mining-portal/issues"
},
"license": "GPL-2.0",
"author": "Matthew Little",
"contributors": [
"vekexasia",
"TheSeven"
],
"main": "init.js",
"bin": {
"block-notify": "./scripts/blockNotify.js"
},
"repository": {
"type": "git",
"url": "https://github.com/joshuayabut/node-open-mining-portal.git"
},
"dependencies": {
"stratum-pool": "https://github.com/joshuayabut/node-stratum-pool.git",
"dateformat": "*",
"node-json-minify": "*",
"redis": "*",
"mysql": "*",
"async": "*",
"express": "*",
"body-parser": "*",
"compression": "*",
"dot": "*",
"colors": "*",
"node-watch": "*",
"request": "*",
"nonce": "*",
"bignum": "*",
"extend": "*"
},
"engines": {
"node": ">=0.10"
}
}