gplus-web-auth
Version:
Google Plus Login module for Node.js
35 lines (34 loc) • 806 B
JSON
{
"name": "gplus-web-auth",
"version": "0.3.3",
"description": "Google Plus Login module for Node.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pre-publish": "browserify browser.js -o static/browser.js"
},
"repository": {
"type": "git",
"url": "http://github.com/myntra/gplus-web-auth"
},
"keywords": [
"google",
"plus",
"web",
"auth",
"login"
],
"author": "Myntra Designs",
"license": "MIT",
"bugs": {
"url": "https://github.com/myntra/gplus-web-auth/issues"
},
"homepage": "https://github.com/myntra/gplus-web-auth",
"dependencies": {
"browserify": "^6.3.4",
"client-sessions": "^0.7.0",
"express": "^4.12.3",
"superagent": "^0.20.0",
"underscore": "^1.8.3"
}
}