forked from s-nomp/node-stratum-pool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 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
{
"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": ">=3.2.3",
"base58-native": ">=0.1.4",
"bignum": "git+https://github.com/49handyman/node-bignum.git",
"bitgo-utxo-lib": "git+https://github.com/49handyman/bitgo-utxo-lib.git",
"merkle-bitcoin": "git+https://github.com/49handyman/merkle-bitcoin.git",
"promise": ">=8.1.0"
},
"engines": {
"node": ">=14"
}
}