forked from zone117x/node-open-mining-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.51 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
{
"name": "node-open-mining-portal",
"version": "0.1.0",
"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/msi2706/node-open-mining-portal",
"bugs": {
"url": "https://github.com/msi2706/node-open-mining-portal/issues"
},
"license": "GPL-2.0",
"author": "SikkieNL",
"contributors": [
"Matthew Little",
"vekexasia",
"TheSeven"
],
"main": "init.js",
"bin": {
"block-notify": "./scripts/blockNotify.js"
},
"repository": {
"type": "git",
"url": "https://github.com/msi2706/node-open-mining-portal.git"
},
"dependencies": {
"stratum-pool": "https://github.com/msi2706/node-stratum-pool.git",
"dateformat": "1.0.12",
"node-json-minify": "*",
"redis": "0.12.1",
"mysql": "*",
"async": "1.5.2",
"express": "*",
"body-parser": "*",
"compression": "*",
"dot": "*",
"colors": "*",
"node-watch": "0.5.9",
"request": "2.69.0",
"nonce": "*",
"bignum": "0.13.1",
"extend": "*"
},
"engines": {
"node": ">=16"
},
"scripts": {
"start": "node init.js",
"run": "npm start",
"test": "npm install"
}
}