package.json
1.5 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
56
57
{
"_from": "passport-kakao@0.0.5",
"_id": "passport-kakao@0.0.5",
"_inBundle": false,
"_integrity": "sha512-2Ts4SISbzTgkNWFwwvJFw2L5uxMJtI+4n0iuoDiQL5+3BBWdrTgdnWJLJtsa9blU5HjpNh/y/phMAAPxEKwZNw==",
"_location": "/passport-kakao",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "passport-kakao@0.0.5",
"name": "passport-kakao",
"escapedName": "passport-kakao",
"rawSpec": "0.0.5",
"saveSpec": null,
"fetchSpec": "0.0.5"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/passport-kakao/-/passport-kakao-0.0.5.tgz",
"_shasum": "dcaab68800793af95566a15e7fef2dcabd3adc2d",
"_spec": "passport-kakao@0.0.5",
"_where": "D:\\OSS project\\YTMT",
"author": {
"name": "rotoshine@gmail.com"
},
"bugs": {
"url": "https://github.com/rotoshine/passport-kakao/issues"
},
"bundleDependencies": false,
"dependencies": {
"passport-oauth2": "~1.1.2",
"pkginfo": "~0.3.0"
},
"deprecated": false,
"description": "kakao oauth2 login module",
"devDependencies": {},
"homepage": "https://github.com/rotoshine/passport-kakao#readme",
"keywords": [
"passport",
"kakao",
"kakaotalk",
"oauth2"
],
"license": "MIT",
"main": "./lib/passport-kakao",
"name": "passport-kakao",
"repository": {
"type": "git",
"url": "git://github.com/rotoshine/passport-kakao.git"
},
"scripts": {
"test": "jasmine-node --verbose test/passport-kakao.spec.js"
},
"version": "0.0.5"
}