{ "name": "z-nomp", "version": "0.0.4", "description": "Zclassic (Equihash) stratum mining pool based on NOMP", "keywords": [ "stratum", "mining", "pool", "server", "poolserver", "zclassic", "zcash", "equihash" ], "homepage": "https://github.com/joshuayabut/node-open-mining-portal", "bugs": { "url": "https://github.com/joshuayabut/node-open-mining-portal/issues" }, "license": "MIT", "author": "Joshua Yabut", "contributors": [ "Matthew Little", "vekexasia", "TheSeven" ], "main": "init.js", "bin": { "block-notify": "./scripts/blockNotify.js" }, "repository": { "type": "git", "url": "https://github.com/joshuayabut/z-nomp.git" }, "dependencies": { "stratum-pool": "git+https://github.com/joshuayabut/node-stratum-pool.git", "dateformat": "*", "node-json-minify": "*", "redis": "*", "mysql": "*", "async": "*", "express": "*", "body-parser": "*", "compression": "*", "dot": "*", "colors": "*", "node-watch": "*", "request": "*", "nonce": "*", "bignum": "*", "extend": "*" }, "engines": { "node": ">=0.10" } }