{
  "abstract" : "A tool for managing CODEOWNERS files",
  "author" : [
     "Charles McGarvey <[email protected]>"
  ],
  "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" : "App-Codeowners",
  "no_index" : {
     "directory" : [
        "eg",
        "share",
        "shares",
        "t",
        "xt"
     ]
  },
  "prereqs" : {
     "configure" : {
        "requires" : {
           "ExtUtils::MakeMaker" : "0"
        }
     },
     "develop" : {
        "recommends" : {
           "App::FatPacker" : "0",
           "CPAN::Meta" : "0",
           "Capture::Tiny" : "0",
           "Config" : "0",
           "File::pushd" : "0",
           "Getopt::Long" : "0",
           "MetaCPAN::API" : "0",
           "Module::CoreList" : "0",
           "Path::Tiny" : "0",
           "Perl::Strip" : "0"
        },
        "requires" : {
           "Dist::Zilla" : "5",
           "Dist::Zilla::Plugin::ConsistentVersionTest" : "0",
           "Dist::Zilla::Plugin::Prereqs" : "0",
           "Dist::Zilla::Plugin::RemovePhasedPrereqs" : "0",
           "Dist::Zilla::Plugin::Run::Release" : "0",
           "Dist::Zilla::PluginBundle::Author::CCM" : "0",
           "Dist::Zilla::PluginBundle::Filter" : "0",
           "Software::License::Perl_5" : "0",
           "Test::CPAN::Changes" : "0.19",
           "Test::CPAN::Meta" : "0",
           "Test::ConsistentVersion" : "0",
           "Test::EOL" : "0",
           "Test::MinimumVersion" : "0",
           "Test::More" : "0.96",
           "Test::NoTabs" : "0",
           "Test::Perl::Critic" : "0",
           "Test::Pod" : "1.41",
           "Test::Pod::No404s" : "0",
           "Test::Portability::Files" : "0"
        }
     },
     "runtime" : {
        "recommends" : {
           "Pod::Usage" : "0",
           "Term::Detect::Software" : "0",
           "Unicode::GCString" : "0"
        },
        "requires" : {
           "Carp" : "0",
           "Color::ANSI::Util" : "0.03",
           "Encode" : "0",
           "Exporter" : "0",
           "Getopt::Long" : "2.39",
           "IPC::Open2" : "0",
           "Module::Load" : "0",
           "Path::Tiny" : "0.089",
           "Scalar::Util" : "0",
           "Test::Builder" : "0",
           "Text::Gitignore" : "0",
           "parent" : "0",
           "perl" : "v5.10.1",
           "strict" : "0",
           "utf8" : "0",
           "warnings" : "0"
        },
        "suggests" : {
           "JSON::MaybeXS" : "0",
           "Text::CSV" : "0",
           "Text::Table::Any" : "0",
           "YAML" : "0"
        }
     },
     "test" : {
        "recommends" : {
           "CPAN::Meta" : "2.120900"
        },
        "requires" : {
           "Capture::Tiny" : "0",
           "ExtUtils::MakeMaker" : "0",
           "File::Spec" : "0",
           "File::pushd" : "0",
           "FindBin" : "0",
           "IO::Handle" : "0",
           "IPC::Open3" : "0",
           "Test::Exit" : "0",
           "Test::More" : "0"
        }
     }
  },
  "provides" : {
     "App::Codeowners" : {
        "file" : "lib/App/Codeowners.pm",
        "version" : "0.46"
     },
     "App::Codeowners::Formatter" : {
        "file" : "lib/App/Codeowners/Formatter.pm",
        "version" : "0.46"
     },
     "App::Codeowners::Formatter::CSV" : {
        "file" : "lib/App/Codeowners/Formatter/CSV.pm",
        "version" : "0.46"
     },
     "App::Codeowners::Formatter::JSON" : {
        "file" : "lib/App/Codeowners/Formatter/JSON.pm",
        "version" : "0.46"
     },
     "App::Codeowners::Formatter::String" : {
        "file" : "lib/App/Codeowners/Formatter/String.pm",
        "version" : "0.46"
     },
     "App::Codeowners::Formatter::TSV" : {
        "file" : "lib/App/Codeowners/Formatter/TSV.pm",
        "version" : "0.46"
     },
     "App::Codeowners::Formatter::Table" : {
        "file" : "lib/App/Codeowners/Formatter/Table.pm",
        "version" : "0.46"
     },
     "App::Codeowners::Formatter::YAML" : {
        "file" : "lib/App/Codeowners/Formatter/YAML.pm",
        "version" : "0.46"
     },
     "App::Codeowners::Options" : {
        "file" : "lib/App/Codeowners/Options.pm",
        "version" : "0.46"
     },
     "App::Codeowners::Util" : {
        "file" : "lib/App/Codeowners/Util.pm",
        "version" : "0.46"
     },
     "App::Codeowners::Util::Process" : {
        "file" : "lib/App/Codeowners/Util.pm",
        "version" : "0.46"
     },
     "File::Codeowners" : {
        "file" : "lib/File/Codeowners.pm",
        "version" : "0.46"
     },
     "Test::File::Codeowners" : {
        "file" : "lib/Test/File/Codeowners.pm",
        "version" : "0.46"
     }
  },
  "release_status" : "stable",
  "resources" : {
     "bugtracker" : {
        "web" : "https://github.com/chazmcgarvey/git-codeowners/issues"
     },
     "homepage" : "https://github.com/chazmcgarvey/git-codeowners",
     "repository" : {
        "type" : "git",
        "url" : "https://github.com/chazmcgarvey/git-codeowners.git",
        "web" : "https://github.com/chazmcgarvey/git-codeowners"
     }
  },
  "version" : "0.46",
  "x_authority" : "cpan:CCM",
  "x_generated_by_perl" : "v5.28.0",
  "x_serialization_backend" : "Cpanel::JSON::XS version 4.15"
}