forked from s-nomp/node-stratum-pool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.22 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
{
"name": "stratum-pool",
"version": "0.2.0",
"description": "High performance stratum pool server in Node.js",
"keywords": [
"stratum",
"mining",
"pool",
"server",
"poolserver",
"bitcoin",
"litecoin",
"scrypt"
],
"homepage": "https://github.com/s-nomp/node-stratum-pool",
"bugs": {
"url": "https://github.com/s-nomp/node-stratum-pool/issues"
},
"license": "GPL-2.0",
"author": "s-nomp developers",
"contributors": [
"egyptianbman",
"TheSeven",
"vekexasia"
],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/s-nomp/node-stratum-pool.git"
},
"dependencies": {
"async": "^2.6.1",
"base58-native": "^0.1.4",
"bignum": "^0.13.0",
"bitgo-utxo-lib": "git+https://github.com/miketout/bitgo-utxo-lib.git",
"equihashverify": "git+https://github.com/s-nomp/equihashverify.git",
"verushash": "git+https://github.com/VerusCoin/verushash-node#e6572f345b8c24e4a1212f6c9eb66c1c400d83e1",
"merkle-bitcoin": "^1.0.2",
"promise": "^8.0.1"
},
"engines": {
"node": ">=8.11"
}
}