{
   "auth" : "github:scriptkitties",
   "authors" : [
      "Patrick Spek <p.spek@tyil.work>"
   ],
   "depends" : [
      "Hash::Merge"
   ],
   "description" : "Extensible library for reading and writing configuration files.",
   "license" : "GPL-3.0",
   "name" : "Config",
   "perl" : "6",
   "provides" : {
      "Config" : "lib/Config.pm6",
      "Config::Exception::FileNotFoundException" : "lib/Config/Exception/FileNotFoundException.pm6",
      "Config::Exception::MissingParserException" : "lib/Config/Exception/MissingParserException.pm6",
      "Config::Exception::UnimplementedMethodException" : "lib/Config/Exception/UnimplementedMethodException.pm6",
      "Config::Parser" : "lib/Config/Parser.pm6",
      "Config::Parser::NULL" : "lib/Config/Parser/NULL.pm6"
   },
   "resources" : [
      null
   ],
   "source-url" : "http://www.cpan.org/authors/id/T/TY/TYIL/Perl6/Config-1.3.1.tar.gz",
   "tags" : [
      "config",
      "configuration"
   ],
   "test-depends" : [
      "Test::META"
   ],
   "version" : "1.3.1"
}