-
Notifications
You must be signed in to change notification settings - Fork 107
/
package.json
47 lines (47 loc) · 1023 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "passport-linkedin-oauth2",
"version": "3.0.0",
"description": "Passport for LinkedIn OAuth2 API v2",
"main": "./lib",
"repository": {
"type": "git",
"url": "https://github.com/auth0/passport-linkedin-oauth2"
},
"scripts": {
"test": "mocha -t 5000"
},
"devDependencies": {
"ejs": "^2.6.1",
"express": "^3.x.x",
"mocha": "*",
"morgan": "^1.9.1",
"nock": "^13.3.1",
"passport": "^0.4.0",
"should": "^13.2.3"
},
"keywords": [
"passport",
"linkedin",
"auth0"
],
"author": "Auth0",
"contributors": [
"Eugenio Pace <[email protected]>",
"Joshua Schell <[email protected]>",
"Jose Romaniello <[email protected]>",
"Tom Spencer <[email protected]>",
"Sokratis Vidros <[email protected]>"
],
"license": "MIT",
"dependencies": {
"passport-oauth2": "1.x.x"
},
"directories": {
"example": "example",
"lib": "lib",
"test": "test"
},
"engines": {
"node": ">= 16"
}
}