Merge pull request #122 from z-classic/aayanl-patch-2

Lockdown package versions #121
This commit is contained in:
Procrastinator 2017-04-23 11:07:43 -04:00 committed by GitHub
commit cbad5466da
1 changed files with 16 additions and 17 deletions

View File

@ -35,27 +35,26 @@
}, },
"dependencies": { "dependencies": {
"stratum-pool": "git+https://github.com/z-classic/node-stratum-pool.git", "stratum-pool": "git+https://github.com/z-classic/node-stratum-pool.git",
"dateformat": "*", "dateformat": "2.0.0",
"node-json-minify": "*", "node-json-minify": "1.0.0",
"redis": "*", "redis": "2.7.1",
"mysql": "*", "mysql": "2.13.0",
"async": "*", "async": "2.3.0",
"express": "*", "express": "4.15.2",
"body-parser": "*", "body-parser": "1.17.1",
"compression": "*", "compression": "1.6.2",
"dot": "*", "dot": "1.1.1",
"colors": "*", "colors": "1.1.2",
"node-watch": "*", "node-watch": "0.5.2",
"request": "*", "request": "2.81.0",
"nonce": "*", "nonce": "1.0.4",
"bignum": "*", "bignum": "0.12.5",
"extend": "*" "extend": "3.0.0"
}, },
"engines": { "engines": {
"node": ">=0.10" "node": ">=0.10"
}, },
"scripts": { "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" "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"
} }
} }