package.json 1.5 KB
{
  "_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"
}