{
    "name": "btq-nomp",
    "version": "0.0.5",
    "description": "BicoinQuark (Equihash) stratum mining pool based on NOMP",
    "keywords": [
        "stratum",
        "mining",
        "pool",
        "server",
        "poolserver",
        "zclassic",
        "zcash",
        "equihash"
    ],
    "homepage": "https://github.com/bruce-bitcoinquark",
    "bugs": {
        "url": "https://github.com/bruce-bitcoinquark/issues"
    },
    "license": "MIT",
    "author": "Joshua Yabut",
    "contributors": [
	    "Lorenzo Bianco",
        "aayanl",
        "sennevb",
        "Matthew Little",
        "vekexasia",
        "TheSeven"
    ],
    "main": "init.js",
    "bin": {
        "block-notify": "./scripts/blockNotify.js"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/bruce-bitcoinquark/z-nomp.git"
    },
    "dependencies": {
        "async": "2.3.0",
        "bignum": "0.12.5",
        "body-parser": "1.17.1",
        "colors": "1.1.2",
        "compression": "1.6.2",
        "dateformat": "2.0.0",
        "dot": "1.1.1",
        "express": "4.15.2",
        "extend": "3.0.0",
        "mysql": "2.13.0",
        "node-json-minify": "1.0.0",
        "node-watch": "0.5.2",
        "nonce": "1.0.4",
        "redis": "2.7.1",
        "request": "2.81.0",
        "stratum-pool": "git+https://github.com/bruce-bitcoinquark/node-stratum-pool.git"
    },
    "engines": {
        "node": ">=0.10"
    },
    "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"
    }
}
