sails-auth
Version:
Passport-based User Authentication system for sails.js applications.
68 lines (67 loc) • 1.68 kB
JSON
{
"name": "passport-http",
"version": "0.3.0",
"description": "HTTP Basic and Digest authentication strategies for Passport.",
"keywords": [
"passport",
"http",
"basic",
"digest",
"auth",
"authn",
"authentication"
],
"repository": {
"type": "git",
"url": "git://github.com/jaredhanson/passport-http.git"
},
"bugs": {
"url": "http://github.com/jaredhanson/passport-http/issues"
},
"author": {
"name": "Jared Hanson",
"email": "jaredhanson@gmail.com",
"url": "http://www.jaredhanson.net/"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "./lib/passport-http",
"dependencies": {
"passport-strategy": "1.x.x"
},
"devDependencies": {
"vows": "0.8.x"
},
"scripts": {
"test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js test/**/*-test.js"
},
"engines": {
"node": ">= 0.4.0"
},
"gitHead": "ec8c495d5db6b7180b5bf86364bfa0deb0e1a41d",
"homepage": "https://github.com/jaredhanson/passport-http",
"_id": "passport-http@0.3.0",
"_shasum": "8ee53d4380be9c60df2151925029826f77115603",
"_from": "passport-http@0.3.0",
"_npmVersion": "1.4.23",
"_npmUser": {
"name": "jaredhanson",
"email": "jaredhanson@gmail.com"
},
"maintainers": [
{
"name": "jaredhanson",
"email": "jaredhanson@gmail.com"
}
],
"dist": {
"shasum": "8ee53d4380be9c60df2151925029826f77115603",
"tarball": "http://registry.npmjs.org/passport-http/-/passport-http-0.3.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/passport-http/-/passport-http-0.3.0.tgz"
}