forked from TooPlain/main-kawpow-stratum-pool
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
87 lines (87 loc) · 2.1 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"_from": "git+https://github.com/TooPlain/main-kawpow-stratum-pool.git",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "",
"_location": "/stratum-pool",
"_phantomChildren": {
"bindings": "1.5.0",
"nan": "2.14.2"
},
"_requested": {
"type": "git",
"raw": "git+https://github.com/TooPlain/main-kawpow-stratum-pool.git",
"rawSpec": "git+https://github.com/TooPlain/main-kawpow-stratum-pool.git",
"saveSpec": "git+https://github.com/TooPlain/main-kawpow-stratum-pool.git",
"fetchSpec": "https://github.com/TooPlain/main-kawpow-stratum-pool.git",
"gitCommittish": null
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "git+https://github.com/TooPlain/main-kawpow-stratum-pool.git#58e16e9de44066ee743cc7bf1e505cc795988ae0",
"_spec": "git+https://github.com/TooPlain/main-kawpow-stratum-pool.git",
"_where": "/home/calm/pool2",
"author": {
"name": "Traysi"
},
"bugs": {
"url": "https://github.com/RavenCommunity/kawpow-stratum-pool/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jeremy Anderson"
},
{
"name": "Matthew Little"
},
{
"name": "vekexasia"
},
{
"name": "TheSeven"
},
{
"name": "fellu"
},
{
"name": "anduck"
}
],
"dependencies": {
"async": "*",
"base58-native": "*",
"big-integer": "^1.6.48",
"bignum": "^0.13.1",
"bitcoinjs-lib": "git+https://github.com/bitcoinjs/bitcoinjs-lib.git",
"merkle-bitcoin": "^1.0.2",
"promise": "*",
"sha3": "*"
},
"deprecated": false,
"description": "High performance Stratum poolserver in Node.js",
"engines": {
"node": ">=7"
},
"homepage": "https://github.com/RavenCommunity/kawpow-stratum-pool",
"keywords": [
"stratum",
"mining",
"pool",
"server",
"poolserver",
"bitcoin",
"Ravencoin",
"kawpow"
],
"license": "GPL-2.0",
"main": "lib/index.js",
"name": "stratum-pool",
"repository": {
"type": "git",
"url": "git+https://github.com/RavenCommunity/kawpow-stratum-pool.git"
},
"version": "0.1.6"
}