forked from yanick/Dancer2-Plugin-REST
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathMETA.json
97 lines (96 loc) · 2.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
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
{
"abstract" : "A plugin for writing RESTful apps with Dancer2",
"author" : [
"Dancer Core Developers"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150001",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Dancer2-Plugin-REST",
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"develop" : {
"requires" : {
"Test::More" : "0.96",
"Test::Vars" : "0"
}
},
"runtime" : {
"requires" : {
"Carp" : "0",
"Dancer2" : "0.203000",
"Dancer2::Core::HTTP" : "0.203000",
"Dancer2::Plugin" : "0",
"Dancer2::Serializer::Mutable" : "0",
"List::Util" : "0",
"Moo" : "0",
"perl" : "v5.12.0",
"strict" : "0",
"warnings" : "0"
}
},
"test" : {
"recommends" : {
"CPAN::Meta" : "2.120900"
},
"requires" : {
"Dancer2" : "0.203000",
"Dancer2::Core::Request" : "0",
"Data::Dumper" : "0",
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"HTTP::Request::Common" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"JSON" : "0",
"Module::Runtime" : "0",
"Plack::Test" : "0",
"Test::More" : "0",
"Test::Requires" : "0"
}
}
},
"provides" : {
"Dancer2::Plugin::REST" : {
"file" : "lib/Dancer2/Plugin/REST.pm",
"version" : "1.02"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/perldancer/Dancer2-Plugin-REST/issues"
},
"homepage" : "https://github.com/perldancer/Dancer2-Plugin-REST",
"repository" : {
"type" : "git",
"url" : "https://github.com/perldancer/Dancer2-Plugin-REST.git",
"web" : "https://github.com/perldancer/Dancer2-Plugin-REST"
}
},
"version" : "1.02",
"x_authority" : "cpan:SUKRIA",
"x_contributors" : [
"Alexis Sukrieh <[email protected]>",
"Davs <[email protected]>",
"Franck Cuny <[email protected]>",
"James Aitken <[email protected]>",
"Jo\u00e3o Bolila <[email protected]>",
"Joshua Keroes <[email protected]>",
"Peter Mottram <[email protected]>",
"Russell Jenkins <[email protected]>",
"Sawyer X <[email protected]>",
"Yanick Champoux <[email protected]>"
],
"x_serialization_backend" : "JSON::XS version 3.01"
}