forked from MoneroOcean/nodejs-pool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.21 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
{
"name": "nodejs-pool",
"version": "0.0.1",
"description": "Improved version of Snipa22 nodejs-pool",
"main": "init.js",
"repository": {
"type": "git",
"url": "https://github.com/MoneroOcean/nodejs-pool.git"
},
"author": "Multiple",
"license": "MIT",
"dependencies": {
"async": "3.2.0",
"bignum": "^0.13.1",
"body-parser": "^1.16.0",
"circular-buffer": "1.0.2",
"cluster": "0.7.7",
"concat-stream": "^1.6.0",
"cors": "^2.8.1",
"debug": "2.6.9",
"express": "^4.17.1",
"apicache": "1.2.1",
"jsonwebtoken": "^8.5.1",
"minimist": ">=1.2.3",
"moment": "2.21.0",
"mysql": "2.18.1",
"node-lmdb": "git+https://github.com/Venemo/node-lmdb.git#5941c1e553de4ae1d57a67d355b7c2dd87feaea6",
"promise-mysql": "3.0.0",
"protocol-buffers": "^3.2.1",
"range": "0.0.3",
"request": "^2.79.0",
"request-json": "0.6.5",
"shapeshift.io": "1.3.0",
"sprintf-js": "^1.0.3",
"wallet-address-validator": "0.1.0",
"utf8": "^3.0.0",
"cryptoforknote-util": "git+https://github.com/MoneroOcean/node-cryptoforknote-util.git#v10.0.3",
"cryptonight-hashing": "git+https://github.com/MoneroOcean/node-cryptonight-hashing.git#v24.0.2"
}
}