forked from auth0/passport-linkedin-oauth2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 952 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
{
"name": "passport-linkedin-oauth2",
"version": "1.5.0",
"description": "Passport for LinkedIn Oauth2",
"main": "./lib",
"repository": "https://github.com/auth0/passport-linkedin-oauth2",
"scripts": {
"test": "mocha --require should -t 5000"
},
"devDependencies": {
"mocha": "*",
"should": "~1.2.1",
"passport": "~0.1.17",
"express": "~3.4.4",
"ejs": "~0.8.4"
},
"keywords": [
"passport",
"linkedin",
"auth0"
],
"author": "Auth0",
"contributors": [
{
"name": "Eugenio Pace",
"email": "[email protected]"
},
{
"name": "Joshua Schell",
"email": "[email protected]"
},
{
"name": "Jose Romaniello",
"email": "[email protected]"
},
{
"name": "Tom Spencer",
"email": "[email protected]"
}
],
"license": "MIT",
"dependencies": {
"passport-oauth2": "1.x.x",
"underscore": "^1.7.0"
}
}