forked from ROZ-MOFUMOFU-ME/zny-nomp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.46 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
{
"name": "zny-nomp",
"version": "0.0.9",
"description": "BitZeny (yescrypt) stratum mining pool based on NOMP",
"keywords": [
"stratum",
"mining",
"pool",
"server",
"poolserver",
"bitzeny",
"zny",
"yescrypt"
],
"homepage": "https://github.com/aquafix/zny-nomp",
"bugs": {
"url": "https://github.com/aquafix/zny-nomp/issues"
},
"license": "MIT",
"author": "Joshua Yabut",
"contributors": [
"aayanl",
"sennevb",
"Matthew Little",
"vekexasia",
"TheSeven",
"Yoshuki43"
],
"main": "init.js",
"bin": {
"block-notify": "./scripts/blockNotify.js"
},
"repository": {
"type": "git",
"url": "https://github.com/aquafix/zny-nomp.git"
},
"dependencies": {
"async": "^3.2.0",
"bignum": "^0.13.1",
"body-parser": "^1.19.0",
"colors": "^1.4.0",
"compression": "^1.7.4",
"dateformat": "^3.0.3",
"dot": "^1.1.3",
"express": "^4.17.1",
"extend": "^3.0.2",
"mysql": "^2.18.1",
"node-json-minify": "^1.0.0",
"node-watch": "^0.6.4",
"nonce": "^1.0.4",
"redis": "^3.1.1",
"request": "^2.88.2",
"stratum-pool": "git+https://github.com/aquafix/node-stratum-pool.git"
},
"engines": {
"node": ">=8.11"
},
"scripts": {
"start": "node init.js"
}
}