{
   "abstract" : "Perl interface to the bcrypt digest algorithm",
   "author" : [
      "James Aitken <jaitken@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "Digest-Bcrypt",
   "no_index" : {
      "directory" : [
         "eg",
         "examples",
         "inc",
         "share",
         "t",
         "xt"
      ]
   },
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "develop" : {
         "requires" : {
            "Data::Entropy::Algorithms" : "0",
            "File::Spec" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",
            "Pod::Coverage::TrustPod" : "0",
            "Test::CPAN::Changes" : "0.4",
            "Test::CheckManifest" : "1.29",
            "Test::Kwalitee" : "1.22",
            "Test::More" : "0.88",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "1.08",
            "Test::Pod::Spelling::CommonMistakes" : "1.000",
            "Test::Spelling" : "0.12",
            "Test::Version" : "1"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "0",
            "Crypt::Bcrypt" : "0",
            "Digest" : "0",
            "MIME::Base64" : "0",
            "bytes" : "0",
            "parent" : "0",
            "perl" : "5.008001",
            "strict" : "0",
            "utf8" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "recommends" : {
            "CPAN::Meta" : "2.120900"
         },
         "requires" : {
            "ExtUtils::MakeMaker" : "0",
            "File::Spec" : "0",
            "Scalar::Util" : "0.88",
            "Test::More" : "0.88",
            "Try::Tiny" : "0.24"
         }
      }
   },
   "provides" : {
      "Digest::Bcrypt" : {
         "file" : "lib/Digest/Bcrypt.pm",
         "version" : "1.210"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/genio/digest-bcrypt/issues"
      },
      "homepage" : "https://github.com/genio/digest-bcrypt",
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/genio/digest-bcrypt.git",
         "web" : "https://github.com/genio/digest-bcrypt"
      }
   },
   "version" : "1.210",
   "x_contributors" : [
      "Chase Whitener <capoeirab@cpan.org>",
      "James Aitken <loonypandora@gmail.com>"
   ],
   "x_generated_by_perl" : "v5.30.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.27",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}