passport-linkedin-api-v2
Version:
A simple Passport strategy for LinkedIn OAuth2 API Version 2.
33 lines (32 loc) • 714 B
JSON
{
"name": "passport-linkedin-api-v2",
"version": "1.1.2",
"description": "A simple Passport strategy for LinkedIn OAuth2 API Version 2.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"keywords": [
"Passport",
"LinkedIn",
"LinkedIn API v2",
"oAuth2",
"API v2"
],
"license": "MIT",
"author": "Thomas Zwickl",
"devDependencies": {
"typescript": "^3.4.0-rc",
"@types/request": "^2.48.1",
"@types/passport-oauth2": "^1.4.8"
},
"dependencies": {
"passport-oauth2": "^1.5.0",
"request": "^2.88.0"
},
"repository": {
"type": "git",
"url": "https://github.com/tzwickl/passport-linkedin-api-v2"
}
}