-
Notifications
You must be signed in to change notification settings - Fork 31
/
META.json
103 lines (102 loc) · 3.04 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
97
98
99
100
101
102
{
"abstract" : "SDK of the LINE Messaging API for Perl",
"author" : [
"LINE Corporation"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Milla version v1.0.22, Dist::Zilla version 6.032, CPAN::Meta::Converter version 2.150010",
"license" : [
"artistic_2"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "LINE-Bot-API",
"no_index" : {
"directory" : [
"eg",
"examples",
"inc",
"share",
"t",
"xt"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"develop" : {
"requires" : {
"Dist::Milla" : "v1.0.22",
"Test::Perl::Critic" : "0",
"Test::Pod" : "1.41"
}
},
"runtime" : {
"requires" : {
"Digest::SHA" : "0",
"Furl" : "0",
"IO::Socket::SSL" : "2.060",
"JSON::XS" : "0",
"MIME::Base64" : "0",
"Type::Tiny" : "1.004000",
"URI" : "0",
"URI::QueryParam" : "0",
"parent" : "0",
"perl" : "5.014000"
}
},
"test" : {
"requires" : {
"App::Yath" : "0",
"Test2::V0" : "0",
"Test::More" : "0"
}
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/line/line-bot-sdk-perl/issues"
},
"homepage" : "https://github.com/line/line-bot-sdk-perl",
"repository" : {
"type" : "git",
"url" : "https://github.com/line/line-bot-sdk-perl.git",
"web" : "https://github.com/line/line-bot-sdk-perl"
}
},
"version" : "1.21",
"x_contributors" : [
"7kashin <[email protected]>",
"bedoshi <[email protected]>",
"Hirofumi Kataoka <[email protected]>",
"Hiroki Nishino <[email protected]>",
"Hiroki Nishino <[email protected]>",
"Hiroyuki Akabane <[email protected]>",
"Jose Luis <[email protected]>",
"Kang-min Liu <[email protected]>",
"Kang-min Liu <[email protected]>",
"Kang-min Liu <[email protected]>",
"Kazuhiro Osawa <[email protected]>",
"Kazuki Nakajima <[email protected]>",
"kenneth-lau <[email protected]>",
"kzwmsyk <[email protected]>",
"LAU KENNETH <[email protected]>",
"moznion <[email protected]>",
"Ned Hoy <[email protected]>",
"Seo-yeon Lee <[email protected]>",
"Syohei YOSHIDA <[email protected]>",
"Tokuhiro Matsuno <[email protected]>",
"Yuki Yoshida <[email protected]>",
"Yuta Kasai <[email protected]>"
],
"x_generated_by_perl" : "v5.40.0",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.38",
"x_spdx_expression" : "Artistic-2.0",
"x_static_install" : 1
}