forked from ROZ-MOFUMOFU-ME/node-stratum-pool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 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
{
"name": "stratum-pool",
"version": "0.2.0",
"description": "High performance Stratum poolserver in Node.js",
"keywords": [
"stratum",
"mining",
"pool",
"server",
"poolserver",
"bitcoin",
"litecoin",
"scrypt",
"yespower",
"lyra2re2"
],
"homepage": "https://github.com/nagasench/node-stratum-pool",
"bugs": {
"url": "https://github.com/nagasench/node-stratum-pool/issues"
},
"license": "GPL-2.0",
"author": "Matthew Little",
"contributors": [
"vekexasia",
"TheSeven"
],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/nagasench/node-stratum-pool"
},
"dependencies": {
"async": "^3.2.0",
"base58-native": "^0.1.4",
"bchaddrjs": "^0.4.9",
"bignum": "^0.13.1",
"bitcoinjs-lib": "^5.1.10",
"multi-hashing": "https://github.com/nagasench/node-multi-hashing"
},
"engines": {
"node": ">=8.11"
}
}