make DOM::Tiny::HTML and DOM::Tiny::CSS private also
[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 },
d6512b50 61 "DOM::Tiny::Entities" : {
62 "file" : "lib/DOM/Tiny/Entities.pm",
63 "version" : "0.001"
d6512b50 64 }
65 },
66 "release_status" : "stable",
f44b0eb9 67 "resources" : {
68 "bugtracker" : {
69 "web" : "https://github.com/Grinnz/DOM-Tiny/issues"
70 },
71 "homepage" : "https://github.com/Grinnz/DOM-Tiny",
72 "repository" : {
73 "type" : "git",
74 "url" : "https://github.com/Grinnz/DOM-Tiny.git",
75 "web" : "https://github.com/Grinnz/DOM-Tiny"
76 }
77 },
d6512b50 78 "version" : "0.001",
79 "x_contributors" : [
80 "Dan Book <grinnz@grinnz.com>"
81 ]
82}
83