-
Notifications
You must be signed in to change notification settings - Fork 9
/
META.json
82 lines (81 loc) · 2.29 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
{
"abstract" : "Authenticate with Twitter",
"author" : [
"Alexis Sukrieh <[email protected]>",
"Dancer Core Developers"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 5.031, CPAN::Meta::Converter version 2.142690",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Dancer-Plugin-Auth-Twitter",
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"develop" : {
"requires" : {
"version" : "0.9901"
}
},
"runtime" : {
"requires" : {
"Carp" : "0",
"Class::Load" : "0",
"Dancer" : "0",
"Dancer::Plugin" : "0",
"Net::Twitter::Lite::WithAPIv1_1" : "0.12006",
"strict" : "0",
"warnings" : "0"
}
},
"test" : {
"requires" : {
"Dancer::Test" : "0",
"File::Spec" : "0",
"HTTP::Request::Common" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Test::MockObject::Extends" : "0",
"Test::More" : "0.88",
"lib" : "0",
"perl" : "5.006"
}
}
},
"provides" : {
"Dancer::Plugin::Auth::Twitter" : {
"file" : "lib/Dancer/Plugin/Auth/Twitter.pm",
"version" : "0.07"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/PerlDancer/Dancer-Plugin-Auth-Twitter/issues"
},
"homepage" : "https://github.com/PerlDancer/Dancer-Plugin-Auth-Twitter",
"repository" : {
"type" : "git",
"url" : "https://github.com/PerlDancer/Dancer-Plugin-Auth-Twitter.git",
"web" : "https://github.com/PerlDancer/Dancer-Plugin-Auth-Twitter"
}
},
"version" : "0.07",
"x_authority" : "cpan:SUKRIA",
"x_contributors" : [
"Alexis Sukrieh <[email protected]>",
"Michal Wojciechowski <[email protected]>",
"Simon Elsbrock <[email protected]>",
"Vyacheslav Matyukhin <[email protected]>",
"Will Orr <[email protected]>",
"Yanick Champoux <[email protected]>"
]
}