{
   "abstract" : "An extension of JSON that allows for better human-readability",
   "author" : [
      "Johan Vromans <jv@cpan.org>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "ExtUtils::MakeMaker version 7.70, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "JSON-Relaxed",
   "no_index" : {
      "directory" : [
         "t",
         "inc"
      ],
      "package" : [
         "JSON::Relaxed::Parser::Token",
         "JSON::Relaxed::Parser::String",
         "JSON::Relaxed::Parser::String::Quoted",
         "JSON::Relaxed::Parser::String::Unquoted"
      ]
   },
   "prereqs" : {
      "build" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "7.54"
         }
      },
      "runtime" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "7.54",
            "Object::Pad" : "0.8",
            "perl" : "5.026000"
         }
      },
      "test" : {
         "requires" : {
            "File::LoadLines" : "1",
            "FileHandle" : "0",
            "JSON::PP" : "4",
            "Object::Pad" : "0.8",
            "Test::More" : "0"
         }
      }
   },
   "provides" : {
      "JSON::Relaxed" : {
         "file" : "lib/JSON/Relaxed.pm",
         "version" : "0.096"
      },
      "JSON::Relaxed::ErrorCodes" : {
         "file" : "lib/JSON/Relaxed/ErrorCodes.pm",
         "version" : "0.096"
      },
      "JSON::Relaxed::Parser" : {
         "file" : "lib/JSON/Relaxed/Parser.pm",
         "version" : "0.096"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "mailto" : "jv@cpan.org",
         "web" : "https://github.com/sciurius/perl-JSON-Relaxed/issues"
      },
      "homepage" : "https://github.com/sciurius/perl-JSON-Relaxed",
      "license" : [
         "https://dev.perl.org/licenses/"
      ],
      "repository" : {
         "type" : "git",
         "url" : "git://github.com/sciurius/perl-JSON-Relaxed.git",
         "web" : "https://github.com/sciurius/perl-JSON-Relaxed"
      }
   },
   "version" : "0.096",
   "x_serialization_backend" : "JSON::PP version 4.16"
}