UNPKG
passport-kakao
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
kakao oauth2 login module
github.com/rotoshine/passport-kakao
rotoshine/passport-kakao
passport-kakao
/
sample
/
package.json
13 lines
(12 loc)
•
242 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name"
:
"passport-kakao-sample"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git://github.com/rotoshine/passport-kakao.git"
}
,
"dependencies"
:
{
"dotenv"
:
"^8.2.0"
,
"express"
:
">= 4.4.5"
,
"passport"
:
">= 0.0.0"
}
}