forked from z-classic/node-stratum-pool
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.2 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.2 KB
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
{
"name": "stratum-pool",
"version": "0.2.1",
"description": "High performance Komodo stratum poolserver in Node.js",
"keywords": [
"stratum",
"mining",
"pool",
"server",
"poolserver",
"komodo"
],
"homepage": "https://github.com/webworker01/node-stratum-pool",
"bugs": {
"url": "https://github.com/webworker01/node-stratum-pool/issues"
},
"license": "GPL-2.0",
"author": "webworker01",
"contributors": [
"ComputerGenie",
"Matthew Little",
"vekexasia",
"TheSeven",
"joshuayabut"
],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/webworker01/node-stratum-pool.git"
},
"dependencies": {
"async": "^2.6.1",
"base58-native": "^0.1.4",
"bignum": "^0.13.1",
"bitgo-utxo-lib": "github:miketout/bitgo-utxo-lib.git",
"equihashverify": "github:webworker01/equihashverify.git",
"merkle-bitcoin" : "github:webworker01/merkle-bitcoin.git",
"promise": "^8.0.2",
"verushash": "github:VerusCoin/verushash-node.git"
},
"engines": {
"node": ">=10"
}
}