mining-pool/package.json

51 lines
1.3 KiB
JSON
Raw Permalink Normal View History

{
"name": "lethean-nodejs-pool",
"version": "0.0.1",
"description": "Fairly simple universal Lethean pool",
"main": "init.js",
"repository": {
"type": "git",
"url": "https://github.com/letheanVPN/lethean-nodejs-pool.git"
},
"author": "Alexander Blair",
"license": "MIT",
"dependencies": {
"async": "2.1.4",
"bignum": "^0.12.5",
"bluebird": "3.4.7",
"body-parser": "^1.16.0",
"bufferutil": "^1.3.0",
"circular-buffer": "1.0.2",
"cluster": "0.7.7",
"concat-stream": "^1.6.0",
2017-02-21 17:02:11 -08:00
"cors": "^2.8.1",
"crypto": "0.0.3",
"cryptonote-util": "file:../zano-node-util",
"debug": "2.5.1",
"express": "4.14.0",
"jsonwebtoken": "^7.2.1",
"minimist": "1.2.0",
"moment": "2.17.1",
2017-11-07 11:40:18 -08:00
"mysql": "2.15.0",
"node-lmdb": "0.4.12",
"promise-mysql": "3.0.0",
"protocol-buffers": "^3.2.1",
"range": "0.0.3",
"redis": "^2.6.5",
"request": "^2.79.0",
"request-json": "0.6.1",
2019-02-24 23:05:28 +03:00
"segfault-handler": "^1.0.1",
"shapeshift.io": "1.3.0",
2017-03-05 13:56:06 -08:00
"socketio": "^1.0.0",
"sprintf-js": "^1.0.3",
"sticky-cluster": "^0.3.1",
"uuid": "3.0.1",
2017-03-05 13:56:06 -08:00
"wallet-address-validator": "0.1.0",
"zmq": "^2.15.3"
},
"optionalDependencies": {
"multi-hashing": "file:../node-multi-hashing-aesni",
"lethean-util": "file:../zano-node-util"
}
}