This repository has been archived by the owner on Jun 3, 2019. It is now read-only.
forked from ArqTras/nodejs-pool-arqma
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.48 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "nodejs-pool",
"version": "0.0.1",
"description": "Fairly simple universal cryptonote pool",
"main": "init.js",
"repository": {
"type": "git",
"url": "https://github.com/Snipa22/node-crypto-pool.git"
},
"author": "Alexander Blair",
"license": "MIT",
"dependencies": {
"async": "^2.6.1",
"bignum": "^0.12.5",
"bluebird": "^3.5.1",
"body-parser": "^1.18.3",
"bufferutil": "^1.3.0",
"circular-buffer": "^1.0.2",
"cluster": "^0.7.7",
"concat-stream": "^1.6.2",
"cors": "^2.8.4",
"crypto": "0.0.3",
"debug": "^2.6.9",
"express": "^4.16.3",
"jsonwebtoken": "^7.4.3",
"minimist": "^1.2.0",
"moment": "^2.22.2",
"mysql": "^2.15.0",
"node-lmdb": "^0.4.13",
"promise-mysql": "^3.2.1",
"protocol-buffers": "^3.2.1",
"range": "0.0.3",
"redis": "^2.8.0",
"request": "^2.87.0",
"request-json": "^0.6.3",
"shapeshift.io": "^1.3.1",
"socketio": "^1.0.0",
"sprintf-js": "^1.1.1",
"sticky-cluster": "^0.3.5",
"uuid": "^3.2.1",
"wallet-address-validator": "^0.1.7",
"zmq": "^2.15.3"
},
"optionalDependencies": {
"cryptonote-util": "git://github.com/Snipa22/node-cryptonote-util.git#xmr-Nan-2.0",
"multi-hashing": "git+https://github.com/arqtras/node-cryptonight-hashing.git",
"cryptoforknote-util": "git+https://github.com/MoneroOcean/node-cryptoforknote-util.git",
"cryptonight-hashing": "git+https://github.com/MoneroOcean/node-cryptonight-hashing.git"
}
}