{
   "authors" : [
      "Curt Tilmes <Curt.Tilmes@nasa.gov>"
   ],
   "depends" : [
      "JSON::Fast",
      "Text::Wrap"
   ],
   "description" : "Perl6 implementation of GraphQL",
   "license" : "NASA-1.3",
   "name" : "GraphQL",
   "perl" : "6.*",
   "provides" : {
      "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::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.6.1.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.6.1"
}