{
   "abstract" : "A minimalistic PSGI based web framework.",
   "author" : [
      "Zbigniew Lukasiak <zby@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 4.200006, CPAN::Meta::Converter version 2.110930001",
   "license" : [
      "artistic_2"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "WebNano",
   "no_index" : {
      "directory" : [
         "t/lib",
         "examples",
         "extensions"
      ]
   },
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "6.30"
         }
      },
      "runtime" : {
         "requires" : {
            "Class::Load" : 0,
            "Encode" : 0,
            "Exporter" : 0,
            "File::Spec" : 0,
            "Object::Tiny::RW" : 0,
            "Plack::Request" : "0.9967",
            "Plack::Response" : "0.9967",
            "Scalar::Util" : 0,
            "Template::Tiny" : 0,
            "URI::Escape" : 0
         }
      },
      "test" : {
         "requires" : {
            "Cwd" : 0,
            "File::Copy" : 0,
            "File::Spec::Functions" : 0,
            "HTTP::Request::Common" : 0,
            "Plack::Test" : 0,
            "Test::More" : 0
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "repository" : {
         "type" : "git",
         "web" : "http://github.com/zby/WebNano"
      }
   },
   "version" : "0.007"
}