{
   "abstract" : "create Swagger documentation of the app REST interface ",
   "author" : [
      "Yanick Champoux <yanick@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "Dancer-Plugin-Swagger",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0",
            "File::ShareDir::Install" : "0.06"
         }
      },
      "develop" : {
         "requires" : {
            "Test::More" : "0.96",
            "Test::Vars" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "0",
            "Class::Load" : "0",
            "Clone" : "0",
            "Dancer" : "0",
            "Dancer::Plugin" : "0",
            "Dancer::Plugin::REST" : "0",
            "Dancer::Response" : "0",
            "File::ShareDir::Tarball" : "0",
            "Hash::Merge" : "0",
            "JSON" : "0",
            "List::AllUtils" : "0",
            "Module::Version" : "0",
            "Moo" : "0",
            "MooX::Singleton" : "0",
            "MooseX::MungeHas" : "0",
            "Path::Tiny" : "0",
            "PerlX::Maybe" : "0",
            "overload" : "0",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "recommends" : {
            "CPAN::Meta" : "2.120900"
         },
         "requires" : {
            "ExtUtils::MakeMaker" : "0",
            "File::Spec" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",
            "Test::Deep" : "0",
            "Test::More" : "0",
            "Test::WWW::Mechanize::PSGI" : "0",
            "perl" : "5.006"
         }
      }
   },
   "provides" : {
      "Dancer::Plugin::Swagger" : {
         "file" : "lib/Dancer/Plugin/Swagger.pm",
         "version" : "v0.3.0"
      },
      "Dancer::Plugin::Swagger::Path" : {
         "file" : "lib/Dancer/Plugin/Swagger/Path.pm",
         "version" : "v0.3.0"
      },
      "Dancer::Plugin::Swagger::Response" : {
         "file" : "lib/Dancer/Plugin/Swagger/Response.pm",
         "version" : "v0.3.0"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/yanick/Dancer-Plugin-Swagger/issues"
      },
      "homepage" : "https://github.com/yanick/Dancer-Plugin-Swagger",
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/yanick/Dancer-Plugin-Swagger.git",
         "web" : "https://github.com/yanick/Dancer-Plugin-Swagger"
      }
   },
   "version" : "0.3.0",
   "x_author_pledge" : {
      "version" : 1
   },
   "x_authority" : "cpan:YANICK",
   "x_contributor_covenant" : {
      "version" : 0.02
   },
   "x_contributors" : [
      "Mike Whitaker <mike@altrion.org>",
      "moltar <moltar@moltar.net>"
   ],
   "x_generated_by_perl" : "v5.30.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.12",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}