-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
62 lines (62 loc) · 1.52 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
{
"abstract" : "Determine whether it is Taiwan Holidays or not.",
"author" : [
"Kang-min Liu C<< <[email protected]> >>",
"Wei-Hon Chen"
],
"dynamic_config" : 0,
"generated_by" : "App::ModuleBuildTiny version 0.041",
"license" : [
"mit"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Date-Holidays-TW",
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.039"
}
},
"develop" : {
"requires" : {
"App::ModuleBuildTiny" : "0.041"
}
},
"runtime" : {
"requires" : {
"DateTime" : "0",
"DateTime::Calendar::Chinese" : "0"
}
},
"test" : {
"requires" : {
"App::Yath" : "0",
"Test2::V0" : "0"
}
}
},
"provides" : {
"Date::Holidays::TW" : {
"file" : "lib/Date/Holidays/TW.pm",
"version" : "v0.6.0"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/perltaiwan/Date-Holidays-TW/issues"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/perltaiwan/Date-Holidays-TW.git",
"web" : "https://github.com/perltaiwan/Date-Holidays-TW"
}
},
"version" : "v0.6.0",
"x_serialization_backend" : "JSON::PP version 4.16",
"x_spdx_expression" : "MIT",
"x_static_install" : "1"
}