forked from TheComputerGenie/KMD-solo-mining
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.42 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": "kmd-solomining",
"version": "0.1.0",
"description": "High performance Stratum poolserver in Node.js",
"keywords": [
"stratum",
"mining",
"pool",
"server",
"poolserver"
],
"homepage": "https://github.com/TheComputerGenie/KMD-solo-mining",
"bugs": {
"url": "https://github.com/TheComputerGenie/KMD-solo-mining/issues"
},
"license": "GPL-3.0",
"author": "ComputerGenie",
"contributors": [
{
"name": "webworker01",
"url": "https://github.com/webworker01"
},
{
"name": "aayanl",
"url": "https://github.com/aayanl/equihash-solomining"
},
"vekexasia",
"TheSeven",
{
"name": "Matthew Little",
"url": "https://github.com/zone117x"
}
],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/TheComputerGenie/KMD-solo-mining.git"
},
"dependencies": {
"async": "^2.6.1",
"base58-native": "^0.1.4",
"bignum": "^0.13.0",
"bitgo-utxo-lib": "VerusCoin/bitgo-utxo-lib",
"body-parser": "^1.18.2",
"color": "^1.0.3",
"colors": "^1.2.1",
"dot": "^2.0.0-beta.0",
"dotenv": "^6.2.0",
"express": "^4.16.3",
"express-dot-engine": "^1.0.7",
"merkle-bitcoin": "^1.0.2",
"promise": "^8.0.1"
},
"engines": {
"node": ">=11.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --no-deprecation init.js"
}
}