summaryrefslogtreecommitdiff
path: root/META.json
diff options
context:
space:
mode:
Diffstat (limited to 'META.json')
-rw-r--r--META.json65
1 files changed, 65 insertions, 0 deletions
diff --git a/META.json b/META.json
new file mode 100644
index 0000000..d37013f
--- /dev/null
+++ b/META.json
@@ -0,0 +1,65 @@
+{
+ "abstract" : "Write Markdown syntax tables from data",
+ "author" : [
+ "Jakob Voß <jakob.voss@gbv.de>"
+ ],
+ "dynamic_config" : 0,
+ "generated_by" : "Dist::Zilla version 5.035, Dist::Milla version v1.0.8, CPAN::Meta::Converter version 2.150001",
+ "license" : [
+ "perl_5"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : "2"
+ },
+ "name" : "Text-MarkdownTable",
+ "no_index" : {
+ "directory" : [
+ "t",
+ "xt",
+ "inc",
+ "share",
+ "eg",
+ "examples"
+ ]
+ },
+ "prereqs" : {
+ "configure" : {
+ "requires" : {
+ "Module::Build::Tiny" : "0.039"
+ }
+ },
+ "develop" : {
+ "requires" : {
+ "Dist::Milla" : "v1.0.8",
+ "Test::Pod" : "1.41"
+ }
+ },
+ "runtime" : {
+ "requires" : {
+ "IO::Handle::Util" : "0.01",
+ "Moo" : "1.000008",
+ "perl" : "v5.10.0"
+ }
+ }
+ },
+ "release_status" : "stable",
+ "resources" : {
+ "bugtracker" : {
+ "web" : "https://github.com/nichtich/Text-MarkdownTable/issues"
+ },
+ "homepage" : "https://github.com/nichtich/Text-MarkdownTable",
+ "repository" : {
+ "type" : "git",
+ "url" : "https://github.com/nichtich/Text-MarkdownTable.git",
+ "web" : "https://github.com/nichtich/Text-MarkdownTable"
+ }
+ },
+ "version" : "0.3.1",
+ "x_contributors" : [
+ "Jakob Voss <jakob@nichtich.de>",
+ "Jakob Voss <voss@gbv.de>",
+ "Patrick Hochstenbach <patrick.hochstenbach@ugent.be>"
+ ]
+}
+