forked from MintPond/node-mtp-reference-stratum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 897 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
{
"name": "mtp-reference-stratum",
"version": "1.0.0",
"description": "Reference stratum for Zcoin MTP POW algorithm.",
"keywords": ["zcoin", "mtp", "stratum", "mining", "pool", "server"],
"homepage": "https://github.com/MintPond/node-mtp-reference-stratum",
"bugs": {
"url": "https://github.com/MintPond/node-mtp-reference-stratum/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/MintPond/node-mtp-reference-stratum.git"
},
"license": "GPL-2.0",
"contributors": [
"JCThePants"
],
"main": "index.js",
"dependencies": {
"async": "~1.5.2",
"bignum": "0.11.0",
"base58-native": "0.1.4",
"bos": "git://github.com/MintPond/bos.git",
"hasher-mtp": "git://github.com/MintPond/node-hasher-mtp.git"
},
"engines": {
"node": ">=8.12.0"
}
}