forked from lyokato/p5-oauth-lite2
-
Notifications
You must be signed in to change notification settings - Fork 4
/
META.json
91 lines (91 loc) · 2.46 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
{
"abstract" : "OAuth 2.0 Library",
"author" : [
"Ryo Ito, <ritou.06@gmail.com>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.0.0, CPAN::Meta::Converter version 2.150005",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "OAuth-Lite2",
"no_index" : {
"directory" : [
"t",
"xt",
"inc",
"share",
"eg",
"examples",
"author",
"builder"
]
},
"prereqs" : {
"build" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.36",
"Test::More" : "0"
}
},
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.035"
}
},
"develop" : {
"requires" : {
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.04",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
},
"runtime" : {
"requires" : {
"Class::Accessor::Fast" : "0.34",
"Class::ErrorHandler" : "0.01",
"Data::Dump" : "1.17",
"Digest::SHA" : "5.48",
"Hash::MultiValue" : "0.08",
"IO::String" : "1.08",
"JSON::XS" : "0",
"LWP::UserAgent" : "0",
"Params::Validate" : "0.95",
"Plack" : "0.09942",
"Scalar::Util" : "1.23",
"String::Random" : "0.22",
"Try::Tiny" : "0.06",
"URI" : "1.54",
"XML::LibXML" : "1.7"
}
}
},
"release_status" : "unstable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/ritou/p5-oauth-lite2/issues"
},
"homepage" : "https://github.com/ritou/p5-oauth-lite2",
"repository" : {
"type" : "git",
"url" : "git://github.com/ritou/p5-oauth-lite2.git",
"web" : "https://github.com/ritou/p5-oauth-lite2"
}
},
"version" : "0.11",
"x_contributors" : [
"Kato Kazuyoshi <kato.kazuyoshi@gmail.com>",
"HIROSE Masaaki <hirose31@gmail.com>",
"Dann <techmemo@gmail.com>",
"lyokato <lyo.kato@gmail.com>",
"Matthew Franglen <matthew.franglen@semantico.net>",
"Géraud CONTINSOUZAS <geraud@gcu.info>"
],
"x_serialization_backend" : "JSON::PP version 2.27203"
}