-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
executable file
·83 lines (83 loc) · 2.43 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "EquihashNompPool",
"version": "1.2.6",
"description": "An extremely efficient, highly scalable, all-in-one, easy to setup Equihash mining pool",
"keywords": [
"stratum",
"mining",
"pool",
"server",
"poolserver",
"bitcoin",
"litecoin",
"equihash",
"ARRR",
"KMD",
"zcash"
],
"homepage": "https://github.com/49handyman/EquihashNompPool",
"bugs": {
"url": "https://github.com/49handyman/EquihashNompPool"
},
"license": "GPL-2.0",
"author": "Leshacat",
"contributors": [
"leshacat",
"devnulled",
"foxer666",
"vekexasia",
"TheSeven",
"Kris Klosterman",
"49handyman"
],
"main": "init.js",
"bin": {
"block-notify": "./scripts/blockNotify.js"
},
"repository": {
"type": "git",
"url": "https://github.com/49handyman/EquihashNompPool.git"
},
"dependencies": {
"async": "3.2.3",
"bignum": "^0.13.1",
"bignumber.js": ">=8.0.2",
"bittrex-rest-client": "^2.0.4",
"body-parser": "^1.18.3",
"chart.js": "^3.1.1",
"chartjs-plugin-annotation": "^1.0.0",
"chartjs-plugin-style": "^0.5.0",
"chartjs-plugin-zoom": "^0.6.6",
"cluster": "^0.7.7",
"coinbase-pro": "git+https://github.com/49handyman/coinbase-pro-node.git",
"coingecko-api": "^1.0.10",
"compression": "^1.7.4",
"dateformat": "^3.0.0",
"dot": "^1.1.3",
"express": "^4.16.4",
"extend": "3.0.2",
"heapdump": "^0.3.15",
"ip": "^1.1.5",
"ip-anonymize": "^0.1.0",
"mysql": "^2.16.0",
"node-json-minify": "^1.0.0",
"node-watch": "^0.5.9",
"nodecoinbase": "git+https://github.com/49handyman/nodecoinbase.git",
"nonce": "^1.0.4",
"posix": "^4.2.0",
"redis": "^3.1.1",
"redis-commands": "^1.7.0",
"request": "^2.88.0",
"stratum-pool": "git+https://github.com/49handyman/node-stratum-pool.git",
"tradeogre-api": "git+https://github.com/49handyman/tradeogre-api.git",
"winston": "^3.7.2",
"winston-daily-rotate-file": "^3.5.1",
"winston-transport": "^4.3.0"
},
"engines": {
"node": ">=14.19.1"
},
"scripts": {
"start": "node --huge-max-old-generation-size --max_old_space_size=8192 init.js"
}
}