-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "authtest",
"version": "1.0.0",
"description": ",-----.,--. ,--. ,---. ,--.,------. ,------. ' .--./| | ,---. ,--.,--. ,-| || o \\ | || .-. \\ | .---' | | | || .-. || || |' .-. |`..' | | || | \\ :| `--, ' '--'\\| |' '-' '' '' '\\ `-' | .' / | || '--' /| `---. `-----'`--' `---' `----' `---' `--' `--'`-------' `------' -----------------------------------------------------------------",
"main": "server.js",
"dependencies": {
"body-parser": "^1.15.2",
"chart.js": "^2.4.0",
"dotenv": "^2.0.0",
"ejs": "^2.5.2",
"express": "^4.14.0",
"express-session": "^1.14.2",
"mongodb": ">=3.1.13",
"mongoose": ">=5.7.5",
"passport": "^0.3.2",
"passport-google": "^0.3.0",
"passport-google-oauth": "^2.0.0",
"passport-google-oauth2": "^0.2.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC"
}