social-oauth-client
Version:
Login with open platforms list Google, Facebook, Twitter, Github & ...
65 lines (64 loc) • 1.63 kB
JSON
{
"name": "social-oauth-client",
"version": "0.1.6",
"description": "Login with open platforms list Google, Facebook, Twitter, Github & ...",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/althjs/social-oauth-client.git"
},
"keywords": [
"OAuthClient",
"Redisfire",
"Facebook",
"Google",
"Twitter",
"Github",
"SocialLogin",
"Disqus",
"Instagram",
"Naver",
"Kakao",
"Dropbox",
"Tumblr",
"Flickr",
"Wordpress",
"Tistory"
],
"author": "Jongsoon Park <althjs@gmail.com> (https://github.com/althjs/social-oauth-client/#readme)",
"license": "MIT",
"bugs": {
"url": "https://github.com/althjs/social-oauth-client/issues"
},
"homepage": "https://github.com/althjs/social-oauth-client#readme",
"dependencies": {
"cookie-parser": "^1.4.0",
"googleapis": "^2.1.6",
"lodash": "^3.10.1",
"q": "^1.4.1",
"querystring": "^0.2.0",
"request": "^2.65.0",
"xml2js": "^0.4.15"
},
"devDependencies": {
"express": "^4.13.3",
"connect-livereload-safe": "~0.0.5",
"grunt": "^0.4.5",
"grunt-concurrent": "~0.3.0",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-watch": "https://github.com/blai/grunt-contrib-watch/tarball/master",
"grunt-env": "^0.4.4",
"grunt-express-server": "^0.5.1",
"grunt-nodemon": "^0.4.0",
"grunt-open": "~0.2.0",
"jade": "^1.11.0",
"matchdep": "~0.1.2",
"mocha": "^2.3.2",
"multer": "0.1.8",
"passport": "~0.1.17"
}
}