forked from prady8339/node-bus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.2 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
45
46
47
48
{
"name": "wwb",
"version": "1.0.0",
"description": "krenge jaldi kuch",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.18.3",
"cheerio": "^1.0.0-rc.12",
"cloudinary": "^1.28.1",
"dotenv": "^6.2.0",
"ejs": "^2.6.1",
"express": "^4.16.3",
"express-session": "^1.17.2",
"firebase": "^9.0.2",
"loadash": "^1.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"mongoose": "^6.0.6",
"mongoose-encryption": "^2.1.1",
"mongoose-findorcreate": "^3.0.0",
"multer": "^1.4.4",
"multer-storage-cloudinary": "^4.0.0",
"nanoid": "^3.3.2",
"nodemailer": "^6.9.3",
"nodemon": "^2.0.22",
"passport": "^0.4.1",
"passport-google-oauth20": "^1.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1",
"redis": "^4.6.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ar7aditya/WWB3.00.git"
},
"bugs": {
"url": "https://github.com/ar7aditya/WWB3.00/issues"
},
"homepage": "https://github.com/ar7aditya/WWB3.00#readme"
}