{
   "authors" : [
      "Curt Tilmes <Curt.Tilmes@nasa.gov>"
   ],
   "depends" : [
      "JSON::Fast",
      "Text::Wrap",
      "Bailador",
      "Cro::HTTP::Router"
   ],
   "description" : "Perl6 implementation of GraphQL",
   "license" : "NASA-1.3",
   "name" : "GraphQL",
   "perl" : "6.c",
   "provides" : {
      "Cro::HTTP::Router::GraphQL" : "lib/Cro/HTTP/Router/GraphQL.pm6",
      "Cro::HTTP::Transform::GraphQL" : "lib/Cro/HTTP/Transform/GraphQL.pm6",
      "GraphQL" : "lib/GraphQL.pm",
      "GraphQL::Actions" : "lib/GraphQL/Actions.pm",
      "GraphQL::Compare" : "lib/GraphQL/Compare.pm",
      "GraphQL::Execution" : "lib/GraphQL/Execution.pm",
      "GraphQL::Grammar" : "lib/GraphQL/Grammar.pm",
      "GraphQL::GraphiQL" : "lib/GraphQL/GraphiQL.pm",
      "GraphQL::Introspection" : "lib/GraphQL/Introspection.pm",
      "GraphQL::Response" : "lib/GraphQL/Response.pm",
      "GraphQL::Server" : "lib/GraphQL/Server.pm",
      "GraphQL::Types" : "lib/GraphQL/Types.pm",
      "GraphQL::Validation" : "lib/GraphQL/Validation.pm"
   },
   "source-url" : "http://www.cpan.org/authors/id/C/CT/CTILMES/Perl6/GraphQL-0.5.8.tar.gz",
   "support" : {
      "bugtracker" : "https://github.com/CurtTilmes/Perl6-GraphQL/issues",
      "source" : "https://github.com/CurtTilmes/Perl6-GraphQL.git"
   },
   "tags" : [
      "GraphQL"
   ],
   "test-depends" : [
      "Test"
   ],
   "version" : "0.5.8"
}