-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 1.03 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
{
"name": "passport-linkedin-token-oauth2",
"version": "0.1.3",
"description": "LinkedIn token authentication strategy for Passport.",
"author": {
"name": "Vladimir Katansky",
"email": "[email protected]",
"url": "http://katansky-blog.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/Blackening999/passport-linkedin-token-oauth2"
},
"main": "./lib/passport-linkedin-token-oauth2",
"dependencies": {
"pkginfo": "0.2.x",
"passport-oauth": "0.1.x"
},
"engines": {
"node": ">= 0.4.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"keywords": ["passport-exchange-code", "passport exchange code", "passport code", "passport oauth strategy code"],
"scripts": {
"test": "\"echo \\\"Error: no test specified\\\" && exit 1\""
},
"bugs": {
"url": "https://github.com/Blackening999/passport-linkedin-token-oauth2/issues"
},
"homepage": "https://github.com/Blackening999/passport-linkedin-token-oauth2"
}