This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
forked from LowKey88/node-open-mining-portal
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
executable file
·61 lines (61 loc) · 1.62 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": "node-open-mining-portal",
"version": "1.0.7",
"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/1301313Y/BootNOMP",
"bugs": {
"url": "https://github.com/1301313Y/BootNOMP/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/1301313Y/BootNOMP.git"
},
"dependencies": {
"async": "^2.5.0",
"bignumber.js": "^6.0.0",
"body-parser": "^1.18.2",
"chartjs-plugin-zoom": "^0.6.3",
"colors": "^1.1.2",
"compression": "^1.7.1",
"dateformat": "^2.2.0",
"dot": "^1.1.2",
"exponential-moving-average": "^1.0.0",
"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",
"sma": "^0.1.0",
"stratum-pool": "git://github.com/1301313Y/node-stratum-pool.git",
"winston": "3.0.0-rc2",
"winston-daily-rotate-file": "^3.0.0"
},
"engines": {
"node": ">=8.1.4"
}
}