60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"name": "z-nomp",
|
|
"version": "0.0.4",
|
|
"description": "Zclassic (Equihash) stratum mining pool based on NOMP",
|
|
"keywords": [
|
|
"stratum",
|
|
"mining",
|
|
"pool",
|
|
"server",
|
|
"poolserver",
|
|
"zclassic",
|
|
"zcash",
|
|
"equihash"
|
|
],
|
|
"homepage": "https://github.com/joshuayabut/node-open-mining-portal",
|
|
"bugs": {
|
|
"url": "https://github.com/joshuayabut/node-open-mining-portal/issues"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Joshua Yabut",
|
|
"contributors": [
|
|
"Matthew Little",
|
|
"vekexasia",
|
|
"TheSeven"
|
|
],
|
|
"main": "init.js",
|
|
"bin": {
|
|
"block-notify": "./scripts/blockNotify.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/joshuayabut/z-nomp.git"
|
|
},
|
|
"dependencies": {
|
|
"stratum-pool": "git+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"
|
|
},
|
|
"scripts": {
|
|
"start": "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/node_modules/stratum-pool/node_modules/equihashverify/build/Release/:$PWD/node_modules/equihashverify/build/Release/ node init.js"
|
|
}
|
|
}
|
|
|