forked from Snipa22/nodejs-pool
-
Notifications
You must be signed in to change notification settings - Fork 73
/
package.json
40 lines (40 loc) · 1.2 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": {
"apicache": "1.2.1",
"async": "3.2.2",
"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",
"crypto-js": "^4.2.0",
"cryptoforknote-util": "git+https://github.com/MoneroOcean/node-cryptoforknote-util.git#v15.6.1",
"cryptonight-hashing": "git+https://github.com/MoneroOcean/node-cryptonight-hashing.git#v29.0.5",
"debug": "2.6.9",
"express": "^4.17.1",
"jsonwebtoken": "^9.0.2",
"minimist": ">=1.2.6",
"moment": "2.29.4",
"mysql": "2.18.1",
"node-lmdb": "git+https://github.com/Venemo/node-lmdb.git#c3135a3809da1d64ce1f0956b37b618711e33519",
"promise-mysql": "3.0.0",
"protocol-buffers": "5.0.0",
"range": "0.0.3",
"request": "^2.79.0",
"request-json": "^0.1.0",
"sprintf-js": "^1.0.3",
"utf8": "^3.0.0",
"wallet-address-validator": "0.1.0"
}
}