switch installer to EUMM
[catagits/DOM-Tiny.git] / META.json
CommitLineData
d6512b50 1{
2 "abstract" : "Minimalistic HTML/XML DOM parser with CSS selectors",
3 "author" : [
4 "Dan Book <dbook@cpan.org>"
5 ],
6 "dynamic_config" : 0,
927f1351 7 "generated_by" : "Dist::Zilla version 5.041, CPAN::Meta::Converter version 2.150005",
d6512b50 8 "license" : [
9 "artistic_2"
10 ],
11 "meta-spec" : {
12 "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
13 "version" : 2
14 },
15 "name" : "DOM-Tiny",
16 "no_index" : {
17 "directory" : [
18 "eg",
19 "examples",
20 "inc",
21 "share",
22 "t",
23 "xt"
24 ]
25 },
26 "prereqs" : {
27 "configure" : {
28 "requires" : {
f44b0eb9 29 "ExtUtils::MakeMaker" : "0"
d6512b50 30 }
31 },
32 "develop" : {
33 "requires" : {
34 "Pod::Coverage::TrustPod" : "0",
35 "Test::Pod" : "1.41",
36 "Test::Pod::Coverage" : "1.08"
37 }
38 },
39 "runtime" : {
40 "requires" : {
41 "Carp" : "0",
42 "Class::Tiny::Chained" : "0",
43 "Exporter" : "0",
44 "List::Util" : "0",
45 "Scalar::Util" : "0",
927f1351 46 "perl" : "5.008001"
d6512b50 47 }
48 },
49 "test" : {
50 "requires" : {
927f1351 51 "Encode" : "0",
d6512b50 52 "JSON::Tiny" : "0.41",
53 "Test::More" : "0.88"
54 }
55 }
56 },
57 "provides" : {
58 "DOM::Tiny" : {
59 "file" : "lib/DOM/Tiny.pm",
60 "version" : "0.001"
61 },
62 "DOM::Tiny::CSS" : {
63 "file" : "lib/DOM/Tiny/CSS.pm",
64 "version" : "0.001"
65 },
66 "DOM::Tiny::Collection" : {
67 "file" : "lib/DOM/Tiny/Collection.pm",
68 "version" : "0.001"
69 },
70 "DOM::Tiny::Entities" : {
71 "file" : "lib/DOM/Tiny/Entities.pm",
72 "version" : "0.001"
73 },
74 "DOM::Tiny::HTML" : {
75 "file" : "lib/DOM/Tiny/HTML.pm",
76 "version" : "0.001"
77 }
78 },
79 "release_status" : "stable",
f44b0eb9 80 "resources" : {
81 "bugtracker" : {
82 "web" : "https://github.com/Grinnz/DOM-Tiny/issues"
83 },
84 "homepage" : "https://github.com/Grinnz/DOM-Tiny",
85 "repository" : {
86 "type" : "git",
87 "url" : "https://github.com/Grinnz/DOM-Tiny.git",
88 "web" : "https://github.com/Grinnz/DOM-Tiny"
89 }
90 },
d6512b50 91 "version" : "0.001",
92 "x_contributors" : [
93 "Dan Book <grinnz@grinnz.com>"
94 ]
95}
96