The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "Perl JSON Web Encryption (JWE) implementation",
   "author" : [
      "Companies House <chgovuk@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 5.019, CPAN::Meta::Converter version 2.141520",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "JSON-WebEncryption",
   "no_index" : {
      "directory" : [
         "t",
         "xt",
         "inc",
         "share",
         "eg",
         "examples"
      ]
   },
   "prereqs" : {
      "build" : {
         "requires" : {
            "Module::Build" : "0.3601"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.3601"
         }
      },
      "develop" : {
         "requires" : {
            "Test::Pod" : "1.41"
         }
      },
      "runtime" : {
         "requires" : {
            "Crypt::CBC" : "0",
            "Crypt::OpenSSL::RSA" : "0",
            "JSON" : "0"
         }
      },
      "test" : {
         "requires" : {
            "Crypt::Rijndael" : "0",
            "Test::Requires" : "0"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/companieshouse/JSON-WebEncryption/issues"
      },
      "homepage" : "https://github.com/companieshouse/JSON-WebEncryption",
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/companieshouse/JSON-WebEncryption.git",
         "web" : "https://github.com/companieshouse/JSON-WebEncryption"
      }
   },
   "version" : "0.05"
}