{
   "auth" : "github:jonathanstowe",
   "author" : "Jonathan Stowe <jns+git@gellyfish.co.uk>",
   "authors" : [
      "Jonathan Stowe <jns+git@gellyfish.co.uk>"
   ],
   "build-depends" : [],
   "depends" : [
      "JSON::Tiny",
      "HTTP::UserAgent",
      "JSON::Class",
      "JSON::Name"
   ],
   "description" : "Infer Perl 6 Classes from JSON input",
   "name" : "JSON::Infer",
   "perl" : "v6",
   "provides" : {
      "JSON::Infer" : "lib/JSON/Infer.pm",
      "JSON::Infer::Attribute" : "lib/JSON/Infer/Attribute.pm",
      "JSON::Infer::Class" : "lib/JSON/Infer/Class.pm",
      "JSON::Infer::Exception" : "lib/JSON/Infer/Exception.pm",
      "JSON::Infer::Role::Classes" : "lib/JSON/Infer/Role/Classes.pm",
      "JSON::Infer::Role::Entity" : "lib/JSON/Infer/Role/Entity.pm",
      "JSON::Infer::Role::Types" : "lib/JSON/Infer/Role/Types.pm",
      "JSON::Infer::Type" : "lib/JSON/Infer/Type.pm"
   },
   "support" : {
      "bugtracker" : "https://github.com/jonathanstowe/JSON-Infer/issues",
      "irc" : "irc:// irc.freenode.net/#perl6",
      "source" : "git://github.com/jonathanstowe/JSON-Infer.git"
   },
   "tags" : [
      "object",
      "serialisation",
      "JSON"
   ],
   "test-depends" : [
      "Test",
      "Test::META"
   ],
   "version" : "0.000.001",
   "version_from_original_meta" : "v0.0.4"
}
