forked from auth0/passport-linkedin-oauth2
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
49 lines (49 loc) · 1.23 KB
/
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
48
49
{
"name": "@sokratis/passport-linkedin-oauth2",
"version": "2.1.0",
"description": "Passport for new LinkedIn Oauth2 (works with lite profile)",
"main": "./lib",
"repository": {
"type": "git",
"url": "git+https://github.com/sokratisvidros/passport-linkedin-oauth2.git"
},
"scripts": {
"test": "mocha --require should -t 5000"
},
"devDependencies": {
"ejs": "^2.6.1",
"express": "^3.x.x",
"mocha": "*",
"morgan": "^1.9.1",
"nock": "^10.0.5",
"passport": "^0.4.0",
"should": "^13.2.3"
},
"keywords": [
"passport",
"linkedin",
"auth0"
],
"author": "Auth0",
"contributors": [
"Eugenio Pace <eugenio.pace@qraftlabs.com>",
"Joshua Schell <jschell12@gmail.com>",
"Jose Romaniello <jfromaniello@gmail.com>",
"Tom Spencer <fiznool@gmail.com>",
"Sokratis Vidros <sokratis.vidros@gmail.com>"
],
"license": "MIT",
"dependencies": {
"passport-oauth2": "1.x.x",
"underscore": "^1.7.0"
},
"bugs": {
"url": "https://github.com/sokratisvidros/passport-linkedin-oauth2/issues"
},
"homepage": "https://github.com/sokratisvidros/passport-linkedin-oauth2#readme",
"directories": {
"example": "example",
"lib": "lib",
"test": "test"
}
}