-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
84 lines (84 loc) · 2.19 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
{
"_from": "git+https://github.com/RavenCommunity/kawpow-stratum-pool.git",
"_id": "[email protected]",
"_inBundle": false,
"_location": "/stratum-pool",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "stratum-pool@git+https://github.com/RavenCommunity/kawpow-stratum-pool.git",
"name": "stratum-pool",
"escapedName": "stratum-pool",
"rawSpec": "git+https://github.com/RavenCommunity/kawpow-stratum-pool.git",
"saveSpec": "git+https://github.com/RavenCommunity/kawpow-stratum-pool.git",
"fetchSpec": "https://github.com/RavenCommunity/kawpow-stratum-pool.git",
"gitCommittish": null
},
"_requiredBy": [
"/"
],
"_resolved": "git+https://github.com/RavenCommunity/kawpow-stratum-pool.git#c66ba109e7de88edc46dd70f36aa9c7cea7d7add",
"_spec": "stratum-pool@git+https://github.com/RavenCommunity/kawpow-stratum-pool.git",
"_where": "",
"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": "git+https://github.com/joshuayabut/merkle-bitcoin.git",
"promise": "*",
"sha3": "git+https://github.com/phusion/node-sha3.git"
},
"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"
}