{ "name": "s-nomp", "version": "0.0.9", "description": "zero-proof (Equihash) node stratum mining pool based on NOMP", "keywords": [ "stratum", "mining", "pool", "server", "poolserver", "equihash" ], "homepage": "https://github.com/s-nomp/s-nomp", "bugs": { "url": "https://github.com/s-nomp/s-nomp/issues" }, "license": "MIT", "author": "s-nomp dev team", "contributors": [ "aayanl", "egyptianbman", "Matthew Little", "sennevb", "TheSeven", "vekexasia" ], "main": "init.js", "bin": { "block-notify": "./scripts/blockNotify.js" }, "repository": { "type": "git", "url": "https://github.com/s-nomp/s-nomp.git" }, "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", "request": "^2.88.0", "stratum-pool": "git+https://github.com/s-nomp/node-stratum-pool.git" }, "engines": { "node": ">=8.11" }, "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" } }