passport-smartrecruiters
Version:
SmartRecruiters OAuth2 authentication strategy for Passport.
39 lines (38 loc) • 844 B
JSON
{
"name": "passport-smartrecruiters",
"version": "1.0.1",
"description": "SmartRecruiters OAuth2 authentication strategy for Passport.",
"keywords": [
"passport",
"smartrecruiters",
"auth",
"authn",
"authentication",
"identity"
],
"author": {
"name": "Kamil Sobol",
"email": "developers@smartrecruiters.com",
"url": "http://dev.smartrecruiters.com/"
},
"repository": {
"type": "git",
"url": "http://github.com/smartrecruiters/passport-smartrecruiters.git"
},
"bugs": {
"url": "http://github.com/smartrecruiters/passport-smartrecruiters/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "./lib",
"dependencies": {
"passport-oauth2": "1.x.x"
},
"engines": {
"node": ">= 0.4.0"
}
}