passport-eveonline-sso
Version:
EVE Online SSO authentication strategy for Passport.
54 lines (53 loc) • 1.15 kB
JSON
{
"name": "passport-eveonline-sso",
"version": "0.9.3",
"description": "EVE Online SSO authentication strategy for Passport.",
"keywords": [
"passport",
"eve",
"eveonline",
"sso",
"auth",
"oauth2",
"oauth",
"authentication",
"identity",
"single sign on"
],
"author": {
"name": "Johnny Splunk",
"email": "johnnysplunk@eve-scout.com",
"url": "http://www.eve-scout.com"
},
"repository": {
"type": "git",
"url": "git://github.com/eve-scout/passport-eveonline-sso.git"
},
"bugs": {
"url": "http://github.com/eve-scout/passport-eveonline-sso/issues"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"main": "./lib",
"dependencies": {
"jsonwebtoken": "^8.5.1",
"passport-oauth2": "^1.6.1"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-passport-strategy": "^1.0.0",
"make-node": "0.3.x",
"mocha": "1.x.x"
},
"engines": {
"node": ">= 0.4.0"
},
"scripts": {
"test": "node_modules/.bin/mocha --require test/bootstrap/node test/*.test.js"
}
}