summaryrefslogtreecommitdiff
path: root/META.json
blob: e79c392e47d9f8e02b252468ed637dba1383407b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
   "abstract" : "Base module for generating SVG graphics",
   "author" : [
      "Leo Lapworth",
      "Eric Johnson (kablamo)"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "SVG-TT-Graph",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "develop" : {
         "requires" : {
            "Test::More" : "0.88",
            "Test::NoTabs" : "0",
            "Test::Pod" : "1.41"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "0",
            "Data::Dumper" : "0",
            "DateTime" : "0",
            "HTTP::Date" : "0",
            "Modern::Perl" : "0",
            "POSIX" : "0",
            "Template" : "0",
            "base" : "0",
            "perl" : "v5.6.1",
            "strict" : "0"
         }
      },
      "test" : {
         "requires" : {
            "Test::More" : "0",
            "lib" : "0"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/ranguard/svg-tt-graph/issues"
      },
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/ranguard/svg-tt-graph",
         "web" : "https://github.com/ranguard/svg-tt-graph"
      }
   },
   "version" : "1.02",
   "x_generated_by_perl" : "v5.28.2",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.11"
}