-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.71 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
{
"_from": "git://github.com/zone117x/node-stratum-pool.git",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "",
"_location": "/stratum-pool",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "git://github.com/zone117x/node-stratum-pool.git",
"rawSpec": "git://github.com/zone117x/node-stratum-pool.git",
"saveSpec": "git://github.com/zone117x/node-stratum-pool.git",
"fetchSpec": "git://github.com/zone117x/node-stratum-pool.git",
"gitCommittish": null
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "git://github.com/zone117x/node-stratum-pool.git#f45984792e41d3d8aa186779e726fb0964f879d6",
"_spec": "git://github.com/zone117x/node-stratum-pool.git",
"_where": "/home/mat/Progetti/nomp",
"author": {
"name": "Matthew Little"
},
"bugs": {
"url": "https://github.com/zone117x/node-stratum-pool/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "vekexasia"
},
{
"name": "TheSeven"
}
],
"dependencies": {
"async": "*",
"base58-native": "*",
"bignum": "0.13.1",
"multi-hashing": "git://github.com/zone117x/node-multi-hashing.git"
},
"deprecated": false,
"description": "High performance Stratum poolserver in Node.js",
"engines": {
"node": ">=0.10"
},
"homepage": "https://github.com/zone117x/node-stratum-pool",
"keywords": [
"stratum",
"mining",
"pool",
"server",
"poolserver",
"bitcoin",
"litecoin",
"scrypt"
],
"license": "GPL-2.0",
"main": "lib/index.js",
"name": "stratum-pool",
"repository": {
"type": "git",
"url": "git+https://github.com/zone117x/node-stratum-pool.git"
},
"version": "0.1.9"
}