-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.76 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.76 KB
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
{
"_from": "git://github.com/solfly/node-stratum-pool-rtm.git",
"_id": "stratum-pool@0.1.9",
"_inBundle": false,
"_integrity": "",
"_location": "/stratum-pool",
"_phantomChildren": {
"bindings": "1.3.1",
"nan": "2.10.0",
"node-pre-gyp": "0.6.39"
},
"_requested": {
"type": "git",
"raw": "git://github.com/solfly/node-stratum-pool-rtm.git",
"rawSpec": "git://github.com/solfly/node-stratum-pool-rtm.git",
"saveSpec": "git://github.com/solfly/node-stratum-pool-rtm.git",
"fetchSpec": "git://github.com/solfly/node-stratum-pool-rtm.git",
"gitCommittish": null
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "git://github.com/solfly/node-stratum-pool-rtm.git",
"_spec": "git://github.com/solfly/node-stratum-pool-rtm.git",
"_where": "/home/simon/FOMO/EasyNOMP",
"author": {
"name": "Matthew Little"
},
"bugs": {
"url": "https://github.com/solfly/node-stratum-pool-rtm/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "vekexasia"
},
{
"name": "TheSeven"
}
],
"dependencies": {
"async": "*",
"base58-native": "*",
"bignum": "^0.13.0",
"multi-hashing": "git://github.com/solfly/multi-hashing.git"
},
"deprecated": false,
"description": "High performance Stratum poolserver in Node.js",
"engines": {
"node": ">=0.10"
},
"homepage": "https://github.com/solfly/node-stratum-pool-rtm",
"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/solfly/node-stratum-pool-rtm.git"
},
"version": "0.1.9"
}