-
Notifications
You must be signed in to change notification settings - Fork 2
/
META.json
99 lines (99 loc) · 2.62 KB
/
META.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
88
89
90
91
92
93
94
95
96
97
98
99
{
"abstract" : "A Perl interface to the Unicorn webserver",
"author" : [
"Mugen Kenichi <mugen.kenichi@uninets.eu>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.4003, CPAN::Meta::Converter version 2.120921",
"license" : [
"mit"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Unicorn-Manager",
"no_index" : {
"directory" : [
"t"
]
},
"prereqs" : {
"build" : {
"requires" : {
"Module::Build" : "0.38"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0.38"
}
},
"runtime" : {
"requires" : {
"B::Hooks::OP::Check" : "0.19",
"Carp" : "0",
"Cwd" : "0",
"File::Basename" : "0",
"Getopt::Long" : "0",
"IO::Socket" : "0",
"JSON" : "0",
"Moo" : "0",
"Net::Interface" : "0",
"Net::Server::PreFork" : "0",
"Proc::Daemon" : "0",
"Test::More" : "0",
"Time::HiRes" : "0",
"YAML" : "0",
"autodie" : "0",
"bareword::filehandles" : "0",
"indirect" : "0",
"multidimensional" : "0"
}
}
},
"provides" : {
"Unicorn::Manager" : {
"file" : "lib/Unicorn/Manager.pm",
"version" : "0.006009"
},
"Unicorn::Manager::CLI" : {
"file" : "lib/Unicorn/Manager/CLI.pm",
"version" : "0.006009"
},
"Unicorn::Manager::CLI::Proc" : {
"file" : "lib/Unicorn/Manager/CLI/Proc.pm",
"version" : "0.006009"
},
"Unicorn::Manager::CLI::Proc::Table" : {
"file" : "lib/Unicorn/Manager/CLI/Proc.pm",
"version" : 0
},
"Unicorn::Manager::Server" : {
"file" : "lib/Unicorn/Manager/Server.pm",
"version" : "0.006009"
},
"Unicorn::Manager::Server::PreFork" : {
"file" : "lib/Unicorn/Manager/Server/PreFork.pm",
"version" : 0
},
"Unicorn::Manager::Types" : {
"file" : "lib/Unicorn/Manager/Types.pm",
"version" : "0.006009"
},
"Unicorn::Manager::Version" : {
"file" : "lib/Unicorn/Manager/Version.pm",
"version" : "0.006009"
}
},
"release_status" : "stable",
"resources" : {
"license" : [
"http://www.opensource.org/licenses/mit-license.php"
],
"repository" : {
"url" : "https://github.com/mugenken/Unicorn"
}
},
"version" : "0.006009"
}