{
  "abstract" : "Portable OAuth 1.0 authentication",
  "author" : [
     "Dan Book <[email protected]>"
  ],
  "dynamic_config" : 0,
  "generated_by" : "Dist::Zilla version 5.043, CPAN::Meta::Converter version 2.150005",
  "license" : [
     "artistic_2"
  ],
  "meta-spec" : {
     "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
     "version" : 2
  },
  "name" : "WWW-OAuth",
  "no_index" : {
     "directory" : [
        "eg",
        "examples",
        "inc",
        "share",
        "t",
        "xt"
     ]
  },
  "prereqs" : {
     "configure" : {
        "requires" : {
           "ExtUtils::MakeMaker" : "0"
        }
     },
     "develop" : {
        "recommends" : {
           "HTTP::Request" : "0",
           "HTTP::Tiny" : "0.014",
           "LWP::UserAgent" : "0",
           "Mojolicious" : "6.0"
        },
        "requires" : {
           "Pod::Coverage::TrustPod" : "0",
           "Test::Pod" : "1.41",
           "Test::Pod::Coverage" : "1.08"
        }
     },
     "runtime" : {
        "requires" : {
           "Carp" : "0",
           "Class::Tiny::Chained" : "0",
           "Digest::SHA" : "0",
           "List::Util" : "1.33",
           "MIME::Base64" : "0",
           "Module::Runtime" : "0",
           "Role::Tiny" : "2.000000",
           "Scalar::Util" : "0",
           "URI" : "1.28",
           "URI::Escape" : "3.26",
           "perl" : "5.008001"
        }
     },
     "test" : {
        "requires" : {
           "Data::Dumper" : "0",
           "JSON::PP" : "0",
           "Test::More" : "0.88",
           "Test::Requires" : "0"
        }
     }
  },
  "provides" : {
     "WWW::OAuth" : {
        "file" : "lib/WWW/OAuth.pm",
        "version" : "0.002"
     },
     "WWW::OAuth::Request" : {
        "file" : "lib/WWW/OAuth/Request.pm",
        "version" : "0.002"
     },
     "WWW::OAuth::Request::Basic" : {
        "file" : "lib/WWW/OAuth/Request/Basic.pm",
        "version" : "0.002"
     },
     "WWW::OAuth::Request::HTTP_Request" : {
        "file" : "lib/WWW/OAuth/Request/HTTP_Request.pm",
        "version" : "0.002"
     },
     "WWW::OAuth::Request::Mojo" : {
        "file" : "lib/WWW/OAuth/Request/Mojo.pm",
        "version" : "0.002"
     },
     "WWW::OAuth::Util" : {
        "file" : "lib/WWW/OAuth/Util.pm",
        "version" : "0.002"
     }
  },
  "release_status" : "stable",
  "resources" : {
     "bugtracker" : {
        "web" : "https://github.com/Grinnz/WWW-OAuth/issues"
     },
     "homepage" : "https://github.com/Grinnz/WWW-OAuth",
     "repository" : {
        "type" : "git",
        "url" : "https://github.com/Grinnz/WWW-OAuth.git",
        "web" : "https://github.com/Grinnz/WWW-OAuth"
     }
  },
  "version" : "0.002",
  "x_contributors" : [
     "Dan Book <[email protected]>"
  ]
}