The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "generates Type::Tiny types out of JSON schemas",
   "author" : [
      "Yanick Champoux <yanick@babyl.dyndns.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 5.043, CPAN::Meta::Converter version 2.150001",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "JSON-Schema-AsType",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "develop" : {
         "requires" : {
            "Test::More" : "0.96",
            "Test::Vars" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "Class::Load" : "0",
            "Clone" : "0",
            "JSON" : "0",
            "LWP::Simple" : "0",
            "List::MoreUtils" : "0",
            "List::Util" : "0",
            "Moose" : "0",
            "Moose::Role" : "0",
            "Moose::Util" : "0",
            "MooseX::MungeHas" : "0",
            "Scalar::Util" : "0",
            "Type::Library" : "0",
            "Type::Tiny" : "0",
            "Type::Tiny::Class" : "0",
            "Type::Utils" : "0",
            "Types::Standard" : "0",
            "perl" : "v5.10.0",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "recommends" : {
            "CPAN::Meta" : "2.120900"
         },
         "requires" : {
            "ExtUtils::MakeMaker" : "0",
            "File::Spec" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",
            "Path::Tiny" : "0.062",
            "Test::More" : "0"
         }
      }
   },
   "provides" : {
      "JSON::Schema::AsType" : {
         "file" : "lib/JSON/Schema/AsType.pm",
         "version" : "v0.2.0"
      },
      "JSON::Schema::AsType::Draft3" : {
         "file" : "lib/JSON/Schema/AsType/Draft3.pm",
         "version" : "v0.2.0"
      },
      "JSON::Schema::AsType::Draft4" : {
         "file" : "lib/JSON/Schema/AsType/Draft4.pm",
         "version" : "v0.2.0"
      },
      "JSON::Schema::AsType::Draft4::Types" : {
         "file" : "lib/JSON/Schema/AsType/Draft4/Types.pm",
         "version" : "v0.2.0"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/yanick/JSON-Schema-AsType/issues"
      },
      "homepage" : "https://github.com/yanick/JSON-Schema-AsType",
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/yanick/JSON-Schema-AsType.git",
         "web" : "https://github.com/yanick/JSON-Schema-AsType"
      }
   },
   "version" : "0.2.0",
   "x_author_pledge" : {
      "version" : 1
   },
   "x_authority" : "cpan:YANICK",
   "x_contributors" : [
      "Yanick Champoux <yanick@cpan.org>"
   ]
}