passport-lyft
Version:
Lyft authentication strategy for Passport
37 lines (36 loc) • 714 B
JSON
{
"name": "passport-lyft",
"version": "0.1.2",
"description": "Lyft authentication strategy for Passport",
"keywords": [
"passport",
"lyft",
"auth",
"oauth",
"oauth2"
],
"author": {
"name": "Tomomi ❤ Imura",
"email": "tomomi.i@gmail.com",
"url": "http://girliemac.com"
},
"repository": {
"type": "git",
"url": "https://github.com/girliemac/passport-lyft.git"
},
"bugs": {
"url": "https://github.com/girliemac/passport-lyft/issues"
},
"license": "MIT",
"main": "./lib",
"scripts": {
"test": "make test"
},
"dependencies": {
"passport-oauth2": "1.x.x"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3"
}
}