replace usage of Class::Tiny::Chained
[catagits/DOM-Tiny.git] / META.json
1 {
2    "abstract" : "Minimalistic HTML/XML DOM parser with CSS selectors",
3    "author" : [
4       "Dan Book <dbook@cpan.org>"
5    ],
6    "dynamic_config" : 0,
7    "generated_by" : "Dist::Zilla version 5.041, CPAN::Meta::Converter version 2.150005",
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" : {
29             "Module::Build::Tiny" : "0.034"
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             "Exporter" : "0",
43             "List::Util" : "0",
44             "Scalar::Util" : "0",
45             "perl" : "5.010001"
46          }
47       },
48       "test" : {
49          "requires" : {
50             "Encode" : "0",
51             "JSON::PP" : "0",
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       },
65       "DOM::Tiny::Collection" : {
66          "file" : "lib/DOM/Tiny/Collection.pm",
67          "version" : "0.001"
68       },
69       "DOM::Tiny::Entities" : {
70          "file" : "lib/DOM/Tiny/Entities.pm",
71          "version" : "0.001"
72       },
73       "DOM::Tiny::HTML" : {
74          "file" : "lib/DOM/Tiny/HTML.pm",
75          "version" : "0.001"
76       }
77    },
78    "release_status" : "stable",
79    "resources" : {
80       "bugtracker" : {
81          "web" : "https://github.com/Grinnz/DOM-Tiny/issues"
82       },
83       "homepage" : "https://github.com/Grinnz/DOM-Tiny",
84       "repository" : {
85          "type" : "git",
86          "url" : "https://github.com/Grinnz/DOM-Tiny.git",
87          "web" : "https://github.com/Grinnz/DOM-Tiny"
88       }
89    },
90    "version" : "0.001",
91    "x_contributors" : [
92       "Dan Book <grinnz@grinnz.com>"
93    ]
94 }
95