forked from nullcell/zcash-stratum-pool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1000 Bytes
/
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
{
"name": "zcash-stratum-pool",
"version": "0.1.6",
"description": "High performance ZCash Stratum poolserver in Node.js",
"keywords": [
"stratum",
"mining",
"pool",
"server",
"poolserver",
"zcash",
"zclassic",
"equihash"
],
"homepage": "https://github.com/maztheman/zcash-stratum-pool.git",
"bugs": {
"url": "https://github.com/maztheman/zcash-stratum-pool.git/issues"
},
"license": "GPL-2.0",
"author": "Matthew Little forked by kak",
"contributors": [
"vekexasia",
"TheSeven"
],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/maztheman/zcash-stratum-pool.git"
},
"dependencies": {
"async": "*",
"base58-native": "*",
"bignum": "git+https://github.com/maztheman/node-bignum.git",
"multi-hashing": "git+https://github.com/maztheman/node-multi-hashing.git"
}
}