{
  "abstract" : "Parse/render human-readable configuration files with inheritance and schema validation",
  "author" : [
     "Igor Afanasyev <[email protected]>"
  ],
  "dynamic_config" : 1,
  "generated_by" : "Module::Build version 0.4003, CPAN::Meta::Converter version 2.133380",
  "license" : [
     "perl_5"
  ],
  "meta-spec" : {
     "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
     "version" : "2"
  },
  "name" : "Config-Neat",
  "prereqs" : {
     "build" : {
        "requires" : {
           "Test::More" : "0.94"
        }
     },
     "configure" : {
        "requires" : {
           "Module::Build" : "0"
        }
     },
     "runtime" : {
        "requires" : {
           "JSON" : "0",
           "Tie::IxHash" : "1.22"
        }
     }
  },
  "provides" : {
     "Config::Neat" : {
        "file" : "lib/Config/Neat.pm",
        "version" : "1.301"
     },
     "Config::Neat::Array" : {
        "file" : "lib/Config/Neat/Array.pm",
        "version" : "1.301"
     },
     "Config::Neat::Inheritable" : {
        "file" : "lib/Config/Neat/Inheritable.pm",
        "version" : "1.301"
     },
     "Config::Neat::Render" : {
        "file" : "lib/Config/Neat/Render.pm",
        "version" : "1.301"
     },
     "Config::Neat::Schema" : {
        "file" : "lib/Config/Neat/Schema.pm",
        "version" : "1.301"
     },
     "Config::Neat::Util" : {
        "file" : "lib/Config/Neat/Util.pm",
        "version" : "1.301"
     }
  },
  "release_status" : "stable",
  "resources" : {
     "license" : [
        "http://dev.perl.org/licenses/"
     ],
     "repository" : {
        "url" : "https://github.com/iafan/Config-Neat"
     }
  },
  "version" : "1.301"
}