-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.28 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
43
44
{
"name": "ryzit",
"version": "1.0.0",
"description": "An all in one social app. Chatting, sharing moments and showing your best and worst sides to your beloved ones.",
"main": "index.js",
"author": "Sahil Mor",
"scripts": {
"start": "node index.js"
},
"devDependencies": {
"postcss-flexbugs-fixes": "^3.3.1",
"pump": "^3.0.0",
"run-sequence": "^2.2.1",
"uglify-es": "^3.3.9"
},
"dependencies": {
"body-parser": "^1.19.0",
"browser-sync": "^2.24.4",
"cloudinary": "^1.23.0",
"connect-flash": "^0.1.1",
"connect-mongostore": "^0.1.4",
"date-format": "^2.1.0",
"dateformat": "^3.0.3",
"del": "^3.0.0",
"dotenv": "^8.2.0",
"ejs": "^2.7.1",
"express": "^4.17.1",
"express-session": "^1.16.2",
"flash-message": "^2.0.1",
"method-override": "^3.0.0",
"mongoose": "^5.7.3",
"multer": "^1.4.2",
"nodemailer": "^6.4.10",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1",
"uuid": "^8.3.1",
"web-push": "^3.4.4"
},
"repository": {
"type": "git",
"url": "https://github.com/sahil-mor/RyZit.git"
}
}