-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
56 lines (56 loc) · 1.34 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
{
"name": "kmd-solomining",
"version": "0.2.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": "^3.2.6",
"base58-native": "^0.1.4",
"bignum": "mtl1979/node-bignum#dccf7b7",
"bitgo-utxo-lib": "github:TheComputerGenie/bitgo-utxo-lib.git",
"express": "^4.21.0",
"express-dot-engine": "1.0.8",
"merkle-bitcoin": "^1.0.2",
"promise": "^8.0.1"
},
"engines": {
"node": ">=21.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --no-deprecation init.js \"$1\""
}
}