Georg Reisinger b171f1646c GoogleOauth2.0 First implementation
First try for GoogleOauth2.0
2018-10-26 14:02:15 +02:00

23 lines
492 B
JSON

{
"name": "express-server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"cookie-session": "^2.0.0-beta.3",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "^4.15.5",
"googleapi": "^1.0.2",
"googleapis": "^34.0.0",
"morgan": "~1.9.0",
"passport": "^0.4.0",
"passport-google-oauth": "^1.0.0",
"serve-favicon": "~2.4.5"
}
}