switch installer to EUMM
[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             "ExtUtils::MakeMaker" : "0"
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",
46             "perl" : "5.008001"
47          }
48       },
49       "test" : {
50          "requires" : {
51             "Encode" : "0",
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",
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    },
91    "version" : "0.001",
92    "x_contributors" : [
93       "Dan Book <grinnz@grinnz.com>"
94    ]
95 }
96