-
Notifications
You must be signed in to change notification settings - Fork 1
/
META.json
68 lines (67 loc) · 1.79 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
{
"abstract" : "Command-line interface for RESTful web services",
"author" : [
"Brian Phillips <bphillips@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 4.300023, CPAN::Meta::Converter version 2.120921",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "App-Presto",
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.30"
}
},
"runtime" : {
"requires" : {
"Data::DPath" : "0",
"Data::Dump" : "0",
"Data::Dumper" : "0",
"File::HomeDir" : "0",
"File::Path" : "2.08",
"File::Slurp" : "0",
"JSON" : "0",
"MIME::Base64" : "0",
"Module::Pluggable" : "0",
"Moo" : "0",
"Moo::Role" : "0",
"REST::Client" : "0",
"Regexp::Common" : "0",
"Scalar::Util" : "0",
"Term::ShellUI" : "0",
"URI" : "0",
"URI::QueryParam" : "0",
"YAML" : "0",
"strict" : "0",
"warnings" : "0"
}
},
"test" : {
"requires" : {
"File::Basename" : "0",
"File::Find" : "0",
"File::Temp" : "0",
"HTTP::Headers" : "0",
"Test::MockObject" : "0",
"Test::More" : "0"
}
}
},
"release_status" : "stable",
"resources" : {
"repository" : {
"type" : "git",
"url" : "https://github.com/brianphillips/App-Presto.git",
"web" : "https://github.com/brianphillips/App-Presto"
}
},
"version" : "0.009",
"x_authority" : "cpan:BPHILLIPS"
}