The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "A simple CMS for administrating data",
   "author" : [
      "Doug Bell <preaction@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 6.011, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "Yancy",
   "no_index" : {
      "directory" : [
         "eg",
         "examples",
         "inc",
         "share",
         "t",
         "xt"
      ]
   },
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0",
            "File::ShareDir::Install" : "0.06"
         }
      },
      "runtime" : {
         "requires" : {
            "Digest" : "0",
            "Exporter" : "0",
            "File::Spec::Functions" : "0",
            "FindBin" : "0",
            "JSON::Validator" : "2.05",
            "Mojolicious" : "7.15",
            "Mojolicious::Plugin::OpenAPI" : "1.25",
            "Scalar::Util" : "0",
            "Sys::Hostname" : "0",
            "Text::Balanced" : "0",
            "perl" : "5.010"
         }
      },
      "test" : {
         "recommends" : {
            "CPAN::Meta" : "2.120900"
         },
         "requires" : {
            "ExtUtils::MakeMaker" : "0",
            "File::Spec" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",
            "Test::More" : "1.001005"
         }
      }
   },
   "provides" : {
      "Mojolicious::Plugin::Yancy" : {
         "file" : "lib/Mojolicious/Plugin/Yancy.pm",
         "version" : "1.004"
      },
      "Yancy" : {
         "file" : "lib/Yancy.pm",
         "version" : "1.004"
      },
      "Yancy::Backend::Dbic" : {
         "file" : "lib/Yancy/Backend/Dbic.pm",
         "version" : "1.004"
      },
      "Yancy::Backend::Mysql" : {
         "file" : "lib/Yancy/Backend/Mysql.pm",
         "version" : "1.004"
      },
      "Yancy::Backend::Pg" : {
         "file" : "lib/Yancy/Backend/Pg.pm",
         "version" : "1.004"
      },
      "Yancy::Backend::Sqlite" : {
         "file" : "lib/Yancy/Backend/Sqlite.pm",
         "version" : "1.004"
      },
      "Yancy::Controller::Yancy" : {
         "file" : "lib/Yancy/Controller/Yancy.pm",
         "version" : "1.004"
      },
      "Yancy::Controller::Yancy::API" : {
         "file" : "lib/Yancy/Controller/Yancy/API.pm",
         "version" : "1.004"
      },
      "Yancy::Controller::Yancy::MultiTenant" : {
         "file" : "lib/Yancy/Controller/Yancy/MultiTenant.pm",
         "version" : "1.004"
      },
      "Yancy::Plugin::Auth::Basic" : {
         "file" : "lib/Yancy/Plugin/Auth/Basic.pm",
         "version" : "1.004"
      },
      "Yancy::Util" : {
         "file" : "lib/Yancy/Util.pm",
         "version" : "1.004"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/preaction/Yancy/issues"
      },
      "homepage" : "https://github.com/preaction/Yancy",
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/preaction/Yancy.git",
         "web" : "https://github.com/preaction/Yancy"
      },
      "x_IRC" : "irc://irc.perl.org/#yancy"
   },
   "version" : "1.004",
   "x_authority" : "cpan:PREACTION",
   "x_contributors" : [
      "Ed J <mohawk2@users.noreply.github.com>",
      "Mohammad S Anwar <mohammad.anwar@yahoo.com>",
      "William Lindley <wlindley@wlindley.com>"
   ],
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.02"
}