forked from LowKey88/node-open-mining-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.56 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
{
"name": "node-open-mining-portal",
"version": "1.0.11",
"description": "An extremely efficient, highly scalable, all-in-one, easy to setup cryptocurrency mining pool",
"keywords": [
"stratum",
"mining",
"pool",
"server",
"poolserver",
"bitcoin",
"litecoin",
"scrypt"
],
"homepage": "https://github.com/foxer666/node-open-mining-portal",
"bugs": {
"url": "https://github.com/foxer666/node-open-mining-portal/issues"
},
"license": "GPL-2.0",
"author": "Matthew Little",
"contributors": [
"devnulled",
"foxer666",
"vekexasia",
"TheSeven",
"Kris Klosterman"
],
"main": "init.js",
"bin": {
"block-notify": "./scripts/blockNotify.js"
},
"repository": {
"type": "git",
"url": "https://github.com/foxer666/node-open-mining-portal.git"
},
"dependencies": {
"async": "^2.5.0",
"bignumber.js": "^6.0.0",
"body-parser": "^1.18.2",
"colors": "^1.1.2",
"compression": "^1.7.1",
"dateformat": "^2.2.0",
"dot": "^1.1.2",
"express": "^4.16.1",
"mysql": "^2.15.0",
"node-json-minify": "^1.0.0",
"node-watch": "^0.5.5",
"nonce": "^1.0.4",
"redis": "^2.7.1",
"request": "^2.83.0",
"stratum-pool": "git://github.com/foxer666/node-stratum-pool.git",
"winston": "^3.0.0-rc1",
"winston-daily-rotate-file": "^2.0.0-rc.2"
},
"engines": {
"node": ">=8.1.4"
}
}