forked from UNOMP/node-merged-pool
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.26 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.26 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
45
46
47
48
49
50
51
52
53
54
55
{
"name": "node-merged-pool",
"version": "1.0.8",
"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/nzsquirrell/node-merged-pool",
"bugs": {
"url": "https://github.com/nzsquirrell/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/nzsquirrell/node-merged-pool.git"
},
"dependencies": {
"multi-hashing": "file:../node-multi-hashing",
"bignum": {
"version": "^0.12.5",
"from": "bignum@0.12.5",
"dependencies": {
"node-pre-gyp": {
"version": "0.7.0",
"from": "node-pre-gyp@0.6.39"
}
}
},
"base58-native": "^0.1.4",
"async": "^2.5.0",
"bitcoinjs-lib": "^3.3.2"
},
"engines": {
"node": ">=8.1.4"
}
}