{
   "auth" : "tonyo",
   "authors" : [
      "Tony O'Dell"
   ],
   "build-depends" : [],
   "depends" : [],
   "description" : "Implementation of the jsonpath for perl6",
   "license" : "Artistic-2.0",
   "meta-version" : "0",
   "name" : "JSON::Path",
   "perl" : "6.*",
   "provides" : {
      "JSON::Path" : "lib/JSON/Path.pm6",
      "JSON::Path::Grammar" : "lib/JSON/Path/Grammar.pm6"
   },
   "source-url" : "http://www.cpan.org/authors/id/Y/YN/YNOTO/Perl6/json-path-0.1.tar.gz",
   "support" : {
      "bugtracker" : "https://github.com/tony-o/perl6-json-path/issues",
      "source" : "https://github.com/tony-o/perl6-json-path.git"
   },
   "tags" : [
      "json",
      "path",
      "json::path",
      "xpath",
      "jpath"
   ],
   "test-depends" : [
      "JSON::Fast"
   ],
   "version" : "0.1"
}