package.json
485 Bytes
{
"name": "reminder-talk",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ejs": "^3.0.1",
"express": "~4.16.1",
"google-auth-library": "^5.5.1",
"googleapis": "^45.0.0",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"morgan": "~1.9.1",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0"
}
}