move collection documentation to main module
[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" : {
91880340 29 "Module::Build::Tiny" : "0.034"
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",
d6512b50 42 "Exporter" : "0",
43 "List::Util" : "0",
44 "Scalar::Util" : "0",
91880340 45 "perl" : "5.010001"
d6512b50 46 }
47 },
48 "test" : {
49 "requires" : {
927f1351 50 "Encode" : "0",
6e357a60 51 "JSON::PP" : "0",
d6512b50 52 "Test::More" : "0.88"
53 }
54 }
55 },
56 "provides" : {
57 "DOM::Tiny" : {
58 "file" : "lib/DOM/Tiny.pm",
59 "version" : "0.001"
60 },
61 "DOM::Tiny::CSS" : {
62 "file" : "lib/DOM/Tiny/CSS.pm",
63 "version" : "0.001"
64 },
d6512b50 65 "DOM::Tiny::Entities" : {
66 "file" : "lib/DOM/Tiny/Entities.pm",
67 "version" : "0.001"
68 },
69 "DOM::Tiny::HTML" : {
70 "file" : "lib/DOM/Tiny/HTML.pm",
71 "version" : "0.001"
72 }
73 },
74 "release_status" : "stable",
f44b0eb9 75 "resources" : {
76 "bugtracker" : {
77 "web" : "https://github.com/Grinnz/DOM-Tiny/issues"
78 },
79 "homepage" : "https://github.com/Grinnz/DOM-Tiny",
80 "repository" : {
81 "type" : "git",
82 "url" : "https://github.com/Grinnz/DOM-Tiny.git",
83 "web" : "https://github.com/Grinnz/DOM-Tiny"
84 }
85 },
d6512b50 86 "version" : "0.001",
87 "x_contributors" : [
88 "Dan Book <grinnz@grinnz.com>"
89 ]
90}
91