-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
89 lines (89 loc) · 2.5 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
84
85
86
87
88
89
{
"name": "KawPoWNOMP",
"version": "1.1.5",
"description": "An extremely efficient, highly scalable, KawPoW algorithm mining pool",
"keywords": [
"stratum",
"mining",
"pool",
"server",
"poolserver",
"Ravencoin",
"Sato",
"Zelantus",
"Splendidcoin",
"KawPoW"
],
"homepage": "https://github.com/DirtyHarryDev/nomp-kawpow-pool",
"bugs": {
"url": "https://github.com/DirtyHarryDev/nomp-kawpow-pool/issues"
},
"license": "GPL-2.0",
"author": "Dirty Harry",
"contributors": [
"leshacat",
"devnulled",
"foxer666",
"vekexasia",
"TheSeven",
"Kris Klosterman"
],
"main": "init.js",
"bin": {
"block-notify": "./scripts/blockNotify.js"
},
"repository": {
"type": "git",
"url": "https://github.com/DirtyHarryDev/nomp-kawpow-pool.git"
},
"dependencies": {
"3.npm": "^1.0.0",
"asn1": "^0.2.4",
"async": "^2.6.3",
"bcrypt-pbkdf": "^1.0.2",
"bignum": "^0.13.1",
"bignumber.js": "^6.0.0",
"body-parser": "^1.18.3",
"chart.js": "^2.9.4",
"chartjs-plugin-zoom": "^0.6.6",
"cluster": "^0.7.7",
"color-name": "^1.1.4",
"colors": "^1.3.3",
"combined-stream": "^1.0.7",
"compression": "^1.7.3",
"dateformat": "^2.2.0",
"dot": "^1.1.2",
"ecc-jsbn": "^0.1.2",
"exponential-moving-average": "^1.0.0",
"express": "^4.16.4",
"form-data": "^2.3.3",
"http-errors": "^1.7.1",
"ip-anonymize": "^0.1.0",
"logger": "0.0.1",
"ls": "^0.2.1",
"mime-types": "^2.1.21",
"moment": "^2.23.0",
"multi-hashing": "git://github.com/FlareHashr/node-multi-hashing.git",
"mysql": "^2.16.0",
"newrelic": "^5.1.0",
"node-json-minify": "^1.0.0",
"node-multi-hashing": "^0.0.1",
"node-watch": "^0.5.9",
"nonce": "^1.0.4",
"redis": "^6.2.6",
"redis-commands": "^1.7.0",
"request": "^2.88.0",
"safe-buffer": "^5.1.2",
"semver": "^5.7.1",
"sha3": "^2.1.4",
"sma": "^0.1.1",
"sshpk": "^1.15.2",
"stratum-pool": "git+https://github.com/FlareHashr/kawpow-stratum-pool.git",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^3.5.1",
"winston-transport": "^4.3.0"
},
"engines": {
"node": ">=8.17.0"
}
}