{
  "abstract" : "A client for talking to Docker Registries",
  "author" : [
     "Jose Luis Mart\u00ednez <[email protected]>"
  ],
  "dynamic_config" : 0,
  "generated_by" : "Dist::Zilla version 6.014, CPAN::Meta::Converter version 2.150005",
  "license" : [
     "apache_2_0"
  ],
  "meta-spec" : {
     "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
     "version" : 2
  },
  "name" : "Docker-Registry",
  "optional_features" : {
     "ecr-registry" : {
        "description" : "support for ecr",
        "prereqs" : {}
     },
     "gcr-registry" : {
        "description" : "Support for GCR",
        "prereqs" : {
           "runtime" : {
              "requires" : {
                 "Crypt::JWT" : "0",
                 "Path::Class" : "0",
                 "URI" : "0"
              }
           }
        }
     },
     "gitlab-registry" : {
        "description" : "support for gitlab",
        "prereqs" : {}
     }
  },
  "prereqs" : {
     "configure" : {
        "requires" : {
           "ExtUtils::MakeMaker" : "0"
        }
     },
     "runtime" : {
        "requires" : {
           "HTTP::Headers" : "0",
           "HTTP::Tiny" : "0",
           "IO::Socket::SSL" : "0",
           "JSON::MaybeXS" : "0",
           "MIME::Base64" : "0",
           "Moo" : "0",
           "Throwable::Error" : "0",
           "Types::Standard" : "0",
           "namespace::autoclean" : "0",
           "perl" : "5.014001"
        }
     },
     "test" : {
        "requires" : {
           "Import::Into" : "1.002003",
           "Sub::Override" : "0",
           "Test::Deep" : "0",
           "Test::Exception" : "0",
           "Test::Lib" : "0",
           "Test::More" : "0",
           "Test::Most" : "0",
           "Test::Spec" : "0",
           "Test::Spec::Mocks" : "0"
        }
     }
  },
  "release_status" : "stable",
  "resources" : {
     "bugtracker" : {
        "web" : "https://github.com/pplu/docker-registry/issues"
     },
     "repository" : {
        "type" : "git",
        "url" : "https://github.com/pplu/docker-registry.git",
        "web" : "https://github.com/pplu/docker-registry"
     }
  },
  "version" : "0.07",
  "x_contributors" : [
     "Jose Luis Martinez <[email protected]>",
     "Wesley Schwengle <[email protected]>",
     "Oriol Soriano <[email protected]>",
     "Mohammad S Anwar <[email protected]>"
  ],
  "x_generated_by_perl" : "v5.24.0",
  "x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
  "x_spdx_expression" : "Apache-2.0"
}