forked from VARSY5/schudle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.01 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "multiplelogin",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run": "nodemon app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"croppie": "^2.6.5",
"csv-parser": "^3.0.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"googleapis": "^67.0.0",
"lodash": "^4.17.20",
"mime-types": "^2.1.28",
"mongoose": "^5.12.0",
"multer": "^1.4.2",
"nodemailer": "^6.4.17",
"nodemon": "^2.0.7",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1",
"path": "^0.12.7",
"uniqid": "^5.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VARSY5/schudle.git"
},
"bugs": {
"url": "https://github.com/VARSY5/schudle/issues"
},
"homepage": "https://github.com/VARSY5/schudle#readme",
"description": "",
"devDependencies": {}
}