-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
81 lines (81 loc) · 2.07 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
{
"name": "AlpaXKawPoWServer",
"version": "1.0.0",
"description": "An extremely efficient, highly scalable, KawPoW Stratum Server",
"keywords": [
"stratum",
"mining",
"server",
"stratumserver",
"Ravencoin",
"Neoxa",
"KawPoW"
],
"homepage": "https://github.com/AlphaX-Projects/alphax-kawpow-server",
"bugs": {
"url": "https://github.com/AlphaX-Projects/alphax-kawpow-server/issues"
},
"license": "GPL-3.0",
"author": "AlphaX Projects",
"contributors": [
"AlphaX"
],
"main": "init.js",
"bin": {
"block-notify": "./scripts/blockNotify.js"
},
"repository": {
"type": "git",
"url": "https://github.com/AlphaX-Projects/alphax-kawpow-server.git"
},
"dependencies": {
"3.npm": "1.0.0",
"asn1": "0.2.6",
"async": "3.2.4",
"bcrypt-pbkdf": "1.0.2",
"bignumber.js": "9.1.0",
"body-parser": "1.20.0",
"cluster": "0.7.7",
"color-name": "1.1.4",
"colors": "1.4.0",
"combined-stream": "1.0.8",
"compression": "1.7.4",
"cors": "2.8.5",
"dateformat": "5.0.3",
"dot": "1.1.3",
"ecc-jsbn": "0.2.0",
"exponential-moving-average": "1.0.0",
"express": "4.18.1",
"extend": "3.0.2",
"form-data": "4.0.0",
"hashlib": "1.0.1",
"heapdump": "0.3.15",
"http-errors": "2.0.0",
"ip-anonymize": "0.1.0",
"is-json": "2.0.1",
"klass": "1.4.1",
"ls": "0.2.1",
"mime-types": "2.1.35",
"moment": "2.29.4",
"multi-hashing": "1.0.2",
"newrelic": "9.1.0",
"node-json-minify": "3.0.0",
"node-watch": "0.7.3",
"nonce": "1.0.4",
"posix": "4.2.0",
"redis": "4.3.1",
"redis-commands": "1.7.0",
"safe-buffer": "5.2.1",
"semver": "7.3.7",
"sma": "0.1.1",
"sshpk": "^1.17.0",
"stratum-pool": "git+https://github.com/AlphaX-Projects/alphax-kawpow-stratum.git",
"underscore": "1.13.6",
"winston": "3.8.2",
"winston-daily-rotate-file": "4.7.1",
"winston-transport": "4.5.0"
},
"engines": {
"node": ">=14.20.1"
}
}