forked from zone117x/node-stratum-pool
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
48 lines (48 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
44
45
46
47
48
{
"name": "stratum-pool",
"version": "0.1.9",
"description": "High performance Stratum poolserver in Node.js",
"keywords": [
"stratum",
"mining",
"pool",
"server",
"poolserver",
"bitcoin",
"litecoin",
"scrypt",
"neoscrypt",
"yescrypt",
"lyra2re",
"lyra2rev2",
"blake",
"x11",
"x13",
"x14",
"x15"
],
"homepage": "https://github.com/wareck/node-stratum-pool",
"bugs": {
"url": "https://github.com/wareck/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/wareck/node-stratum-pool.git"
},
"dependencies": {
"multi-hashing": "https://github.com/krilson/node-multi-hashing.git",
"bignum": "0.12.5",
"base58-native": "*",
"async": "*"
},
"engines": {
"node": ">=0.10"
}
}