forked from alex-stetson/grlc-nomp
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
61 lines (61 loc) · 1.7 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": "cryptocurrency-pool-server",
"version": "0.9.0",
"description": "An extremely efficient, highly scalable, all-in-one, easy to setup cryptocurrency pool server",
"keywords": [
"stratum",
"mining",
"staking",
"pool",
"server",
"poolserver",
"bitcoin",
"litecoin",
"zcash",
"veruscoin",
"sha256",
"scrypt",
"equihash",
"verushash",
"x16rv2"
],
"homepage": "https://github.com/AoD-Technologies/cryptocurrency-pool-server",
"bugs": {
"url": "https://github.com/AoD-Technologies/cryptocurrency-pool-server/issues"
},
"license": "GPL-3.0",
"author": "Jonathan Horowitz",
"contributors": [
"zone117x",
"Matthew Little",
"vekexasia",
"TheSeven"
],
"main": "init.js",
"repository": {
"type": "git",
"url": "https://github.com/AoD-Technologies/cryptocurrency-pool-server.git"
},
"dependencies": {
"amp-toolbox-cors": "^1.2.0-alpha.2",
"async": "^3.1.0",
"bignum": "git://github.com/Invader444/node-bignum.git#node12",
"body-parser": "^1.19.0",
"colors": "^1.4.0",
"compression": "^1.7.4",
"cryptocurrency-stratum-pool": "git://github.com/AoD-Technologies/cryptocurrency-stratum-pool.git",
"dateformat": "^3.0.3",
"dot": "^1.1.3",
"express": "^4.17.1",
"extend": "^3.0.2",
"mysql": "^2.17.1",
"node-json-minify": "^1.0.0",
"node-watch": "^0.6.3",
"nonce": "^1.0.4",
"redis": "^2.7.1",
"request": "^2.88.0"
},
"engines": {
"node": ">=12.14.1"
}
}