xoauth2
Version:
XOAuth2 token generation for accessing GMail SMTP and IMAP
31 lines (30 loc) • 576 B
JSON
{
"name": "xoauth2",
"version": "1.2.0",
"description": "XOAuth2 token generation for accessing GMail SMTP and IMAP",
"main": "src/xoauth2.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/andris9/xoauth2.git"
},
"keywords": [
"XOAUTH",
"XOAUTH2",
"Yahoo",
"GMail",
"SMTP",
"IMAP"
],
"author": "Andris Reinman",
"license": "MIT",
"devDependencies": {
"chai": "*",
"grunt": "*",
"grunt-contrib-jshint": "*",
"grunt-mocha-test": "*",
"sinon": "*"
}
}