package.json 1.38 KB
{
  "_from": "xoauth2",
  "_id": "xoauth2@1.2.0",
  "_inBundle": false,
  "_integrity": "sha1-8u76wRRyyXHqO8RuVU60sSMhRuU=",
  "_location": "/xoauth2",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "xoauth2",
    "name": "xoauth2",
    "escapedName": "xoauth2",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/xoauth2/-/xoauth2-1.2.0.tgz",
  "_shasum": "f2eefac11472c971ea3bc46e554eb4b1232146e5",
  "_spec": "xoauth2",
  "_where": "C:\\Users\\지윤\\project_opensource",
  "author": {
    "name": "Andris Reinman"
  },
  "bugs": {
    "url": "https://github.com/andris9/xoauth2/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "XOAuth2 token generation for accessing GMail SMTP and IMAP",
  "devDependencies": {
    "chai": "*",
    "grunt": "*",
    "grunt-contrib-jshint": "*",
    "grunt-mocha-test": "*",
    "sinon": "*"
  },
  "homepage": "https://github.com/andris9/xoauth2#readme",
  "keywords": [
    "XOAUTH",
    "XOAUTH2",
    "Yahoo",
    "GMail",
    "SMTP",
    "IMAP"
  ],
  "license": "MIT",
  "main": "src/xoauth2.js",
  "name": "xoauth2",
  "repository": {
    "type": "git",
    "url": "git://github.com/andris9/xoauth2.git"
  },
  "scripts": {
    "test": "grunt"
  },
  "version": "1.2.0"
}