package.json
1.15 KB
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
50
51
52
53
54
55
{
"name": "passport-naver",
"version": "1.0.6",
"description": "Naver authentication strategy for Passport",
"keywords": [
"passport",
"naver",
"auth",
"oauth",
"authentication",
"oauth2"
],
"repository": {
"type": "git",
"url": "git://github.com/naver/passport-naver.git"
},
"bugs": {
"url": "https://github.com/naver/passport-naver/issues"
},
"author": {
"name": "Young-il Cho",
"email": "youngil.cho@navercorp.com",
"url": "http://github.com/terzeron"
},
"contributors": [
{
"name": "Chanhee Kim",
"email": "chanhee.kim@navercorp.com",
"url": ""
},
{
"name": "Seunglak Choi",
"email": "seunglak@gmail.com",
"url": ""
},
{
"name": "MooYeol Lee",
"email": "mooyoul@gmail.com",
"url": "https://github.com/mooyoul"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "./lib",
"dependencies": {
"passport-oauth": "^1.0.0",
"underscore": "^1.8.3"
},
"readmeFilename": "README.md",
"homepage": "https://github.com/naver/passport-naver"
}