-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
75 lines (75 loc) · 2 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
{
"abstract" : "Web UI development toolkit with prototype demo app",
"author" : [
"Nathan Cutler <[email protected]>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.4003, CPAN::Meta::Converter version 2.120921",
"license" : [
"bsd"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "App-MFILE-WWW",
"prereqs" : {
"build" : {
"requires" : {
"App::CELL" : "0.222",
"HTTP::Request" : "0",
"Plack::Test" : "0",
"Scalar::Util" : "0",
"Test::Fatal" : "0",
"Test::JSON" : "0"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0"
}
},
"runtime" : {
"requires" : {
"App::CELL" : "0.222",
"File::ShareDir" : "1.00",
"File::Temp" : "0",
"Getopt::Long" : "0",
"JSON" : "0",
"LWP::UserAgent" : "0",
"Log::Any::Adapter" : "0",
"Params::Validate" : "1.06",
"Plack::Builder" : "0",
"Plack::Middleware::Session" : "0",
"Plack::Middleware::StackTrace" : "0",
"Plack::Middleware::Static" : "0",
"Plack::Runner" : "0",
"Scalar::Util" : "0",
"Try::Tiny" : "0",
"Web::Machine" : "0.15",
"perl" : "5.012"
}
}
},
"provides" : {
"App::MFILE::WWW" : {
"file" : "lib/App/MFILE/WWW.pm",
"version" : "0.176"
},
"App::MFILE::WWW::Dispatch" : {
"file" : "lib/App/MFILE/WWW/Dispatch.pm",
"version" : 0
},
"App::MFILE::WWW::Resource" : {
"file" : "lib/App/MFILE/WWW/Resource.pm",
"version" : 0
}
},
"release_status" : "stable",
"resources" : {
"license" : [
"http://opensource.org/licenses/BSD-3-Clause"
]
},
"version" : "0.176"
}