s-nomp/package.json

60 lines
1.6 KiB
JSON
Raw Normal View History

{
2018-08-12 18:51:25 -07:00
"name": "s-nomp",
"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-08-12 18:51:25 -07:00
"homepage": "https://github.com/s-nomp/s-nomp",
2014-03-07 14:04:14 -08:00
"bugs": {
2018-08-12 18:51:25 -07:00
"url": "https://github.com/s-nomp/s-nomp/issues"
2014-03-07 14:04:14 -08:00
},
2016-11-16 20:42:02 -08:00
"license": "MIT",
2018-08-12 18:51:25 -07:00
"author": "s-nomp dev team",
2014-03-07 14:04:14 -08:00
"contributors": [
"aayanl",
"egyptianbman",
2016-11-16 20:42:02 -08:00
"Matthew Little",
"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-08-12 18:51:25 -07:00
"url": "https://github.com/s-nomp/s-nomp.git"
2014-03-07 14:04:14 -08:00
},
2014-01-16 09:08:33 -08:00
"dependencies": {
"async": "^2.6.1",
"bignum": "^0.13.0",
"body-parser": "^1.18.3",
"colors": "^1.3.1",
"compression": "^1.7.3",
"dateformat": "^3.0.3",
"dot": "^1.1.2",
"express": "^4.16.3",
"extend": "^3.0.2",
"mysql": "^2.16.0",
"node-json-minify": "^1.0.0",
"node-watch": "^0.5.8",
"nonce": "^1.0.4",
"redis": "^2.8.0",
2018-08-12 18:51:25 -07:00
"request": "^2.88.0",
"stratum-pool": "git+https://github.com/s-nomp/node-stratum-pool.git"
2014-01-16 09:08:33 -08:00
},
2014-03-07 14:04:14 -08:00
"engines": {
"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
}
}