forked from dgbholdings/digihash
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.43 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
{
"name": "node-open-mining-portal",
"version": "0.0.4",
"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/DigiByte-Core/digihash.git",
"bugs": {
"url": "https://github.com/DigiByte-Core/digihash/issues"
},
"license": "GPL-2.0",
"author": "Matthew Little",
"contributors": [
"vekexasia",
"TheSeven"
],
"main": "init.js",
"bin": {
"block-notify": "./scripts/blockNotify.js"
},
"repository": {
"type": "git",
"url": "https://github.com/DigiByte-Core/digihash.git"
},
"dependencies": {
"stratum-pool": "https://github.com/JaredTate/node-stratum-pool.git",
"dateformat": "2.2.0",
"node-json-minify": "1.0.0",
"redis": "2.7.1",
"mysql": "*",
"async": "1.5.2",
"express": "4.15.2",
"body-parser": "1.17.1",
"compression": "1.6.2",
"dot": "1.1.1",
"colors": "1.1.2",
"node-watch": "0.5.9",
"request": "2.81.0",
"nonce": "1.0.3",
"bignum": "https://github.com/JaredTate/node-bignum.git",
"extend": "3.0.0"
},
"engines": {
"node": ">=0.10"
}
}