2014-01-14 08:56:06 -08:00
|
|
|
{
|
2016-11-16 20:42:02 -08:00
|
|
|
"name": "z-nomp",
|
2018-07-15 12:13:39 -07:00
|
|
|
"version": "0.0.9",
|
|
|
|
"description": "zero-proof (Equihash) node stratum mining pool based on NOMP",
|
2014-03-07 14:04:14 -08:00
|
|
|
"keywords": [
|
|
|
|
"stratum",
|
|
|
|
"mining",
|
|
|
|
"pool",
|
|
|
|
"server",
|
|
|
|
"poolserver",
|
2016-11-16 20:42:02 -08:00
|
|
|
"equihash"
|
2014-03-07 14:04:14 -08:00
|
|
|
],
|
2018-07-15 12:13:39 -07:00
|
|
|
"homepage": "https://github.com/z-nomp/z-nomp",
|
2014-03-07 14:04:14 -08:00
|
|
|
"bugs": {
|
2018-07-15 12:13:39 -07:00
|
|
|
"url": "https://github.com/z-nomp/z-nomp/issues"
|
2014-03-07 14:04:14 -08:00
|
|
|
},
|
2016-11-16 20:42:02 -08:00
|
|
|
"license": "MIT",
|
2018-07-15 12:13:39 -07:00
|
|
|
"author": "z-nomp dev team",
|
2014-03-07 14:04:14 -08:00
|
|
|
"contributors": [
|
2017-02-13 17:44:06 -08:00
|
|
|
"aayanl",
|
2018-07-15 12:13:39 -07:00
|
|
|
"egyptianbman",
|
2016-11-16 20:42:02 -08:00
|
|
|
"Matthew Little",
|
2018-07-15 12:13:39 -07:00
|
|
|
"sennevb",
|
|
|
|
"TheSeven",
|
|
|
|
"vekexasia"
|
2014-03-07 14:04:14 -08:00
|
|
|
],
|
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",
|
2018-07-15 12:13:39 -07:00
|
|
|
"url": "https://github.com/z-nomp/z-nomp.git"
|
2014-03-07 14:04:14 -08:00
|
|
|
},
|
2014-01-16 09:08:33 -08:00
|
|
|
"dependencies": {
|
2017-04-22 17:31:19 -07:00
|
|
|
"async": "2.3.0",
|
2017-06-12 11:54:53 -07:00
|
|
|
"bignum": "0.12.5",
|
2017-04-22 17:31:19 -07:00
|
|
|
"body-parser": "1.17.1",
|
2017-06-12 11:54:53 -07:00
|
|
|
"colors": "1.1.2",
|
2017-04-22 17:31:19 -07:00
|
|
|
"compression": "1.6.2",
|
2017-06-12 11:54:53 -07:00
|
|
|
"dateformat": "2.0.0",
|
2017-04-22 17:31:19 -07:00
|
|
|
"dot": "1.1.1",
|
2017-06-12 11:54:53 -07:00
|
|
|
"express": "4.15.2",
|
|
|
|
"extend": "3.0.0",
|
|
|
|
"mysql": "2.13.0",
|
|
|
|
"node-json-minify": "1.0.0",
|
2017-04-22 17:31:19 -07:00
|
|
|
"node-watch": "0.5.2",
|
|
|
|
"nonce": "1.0.4",
|
2017-06-12 11:54:53 -07:00
|
|
|
"redis": "2.7.1",
|
|
|
|
"request": "2.81.0",
|
2018-07-15 12:13:39 -07:00
|
|
|
"stratum-pool": "git+https://github.com/z-nomp/node-stratum-pool.git"
|
2014-01-16 09:08:33 -08:00
|
|
|
},
|
2014-03-07 14:04:14 -08:00
|
|
|
"engines": {
|
2018-07-19 18:29:34 -07:00
|
|
|
"node": ">=8.11"
|
2016-11-17 17:47:19 -08:00
|
|
|
},
|
2017-04-22 17:31:19 -07:00
|
|
|
"scripts": {
|
2017-06-12 11:54:53 -07:00
|
|
|
"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"
|
2014-03-07 14:04:14 -08:00
|
|
|
}
|
2014-04-13 09:44:12 -07:00
|
|
|
}
|