z-nomp/package.json

62 lines
1.5 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",
2016-11-16 20:51:01 -08:00
"description": "Zclassic (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
],
"homepage": "https://github.com/z-classic/z-nomp",
2014-03-07 14:04:14 -08:00
"bugs": {
"url": "https://github.com/z-classic/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",
"url": "https://github.com/z-classic/z-nomp.git"
2014-03-07 14:04:14 -08:00
},
2014-01-16 09:08:33 -08:00
"dependencies": {
"stratum-pool": "git+https://github.com/z-classic/node-stratum-pool.git",
"dateformat": "*",
2014-02-20 15:13:50 -08:00
"node-json-minify": "*",
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": "*",
"body-parser": "*",
"compression": "*",
"dot": "*",
"colors": "*",
"node-watch": "*",
"request": "*",
2014-04-19 16:08:52 -07:00
"nonce": "*",
"bignum": "*",
"extend": "*"
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
},
"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"
2014-03-07 14:04:14 -08:00
}
}
2016-11-16 14:46:07 -08:00