z-nomp/package.json

61 lines
1.6 KiB
JSON
Raw Normal View History

{
2016-11-16 20:42:02 -08:00
"name": "z-nomp",
2014-04-23 11:53:19 -07:00
"version": "0.0.4",
2017-06-12 11:54:53 -07:00
"description": "ZenCash (Equihash) 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
"zclassic",
"zcash",
"equihash"
2014-03-07 14:04:14 -08:00
],
2017-06-12 11:54:53 -07:00
"homepage": "https://github.com/zencashio/z-nomp",
2014-03-07 14:04:14 -08:00
"bugs": {
2017-06-12 11:54:53 -07:00
"url": "https://github.com/zencashio/z-nomp/issues"
2014-03-07 14:04:14 -08:00
},
2016-11-16 20:42:02 -08:00
"license": "MIT",
"author": "Joshua Yabut",
2014-03-07 14:04:14 -08:00
"contributors": [
"aayanl",
"sennevb",
2016-11-16 20:42:02 -08:00
"Matthew Little",
2014-03-07 14:04:14 -08:00
"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",
2017-06-12 11:54:53 -07:00
"url": "https://github.com/zencashio/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",
"stratum-pool": "git+https://github.com/z-classic/node-stratum-pool.git"
2014-01-16 09:08:33 -08:00
},
2014-03-07 14:04:14 -08:00
"engines": {
"node": ">=0.10"
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
}
}