passport-aol
Version:
AOL authentication strategy for Passport.
35 lines (34 loc) • 882 B
JSON
{
"name": "passport-aol",
"version": "0.2.0",
"description": "AOL authentication strategy for Passport.",
"keywords": ["passport", "aol", "auth", "authn", "authentication", "identity"],
"repository": {
"type": "git",
"url": "git://github.com/jaredhanson/passport-aol.git"
},
"bugs": {
"url": "http://github.com/jaredhanson/passport-aol/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-aol",
"dependencies": {
"pkginfo": "0.2.x",
"passport-openid": "0.3.x"
},
"devDependencies": {
"vows": "0.6.x"
},
"scripts": {
"test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js"
},
"engines": { "node": ">= 0.6.0" }
}