forked from UNOMP/node-merged-pool
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.02 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
{
"name": "merged-pooler",
"version": "1.0.0",
"description": "High performance Stratum poolserver in Node.js for merged mining",
"keywords": [
"stratum",
"merged",
"mining",
"pool",
"server",
"poolserver",
"bitcoin",
"litecoin",
"scrypt",
"multipool",
"multicoin"
],
"homepage": "https://github.com/UNOMP/node-merged-pool",
"bugs": {
"url": "https://github.com/UNOMP/node-merged-pool/issues"
},
"license": "GPL-2.0",
"author": "Daniel Beal",
"contributors": [
"zone117x",
"vekexasia",
"TheSeven",
"sigwo",
"infernoman"
],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/UNOMP/node-merged-pool.git"
},
"dependencies": {
"unomp-multi-hashing": "*",
"bignum": "*",
"base58-native": "*",
"async": "*",
"redis": "*"
},
"engines": {
"node": ">=0.10"
}
}