-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 870 Bytes
/
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
{
"name": "Ytuber",
"version": "1.0.0",
"description": "Ytuber is web app that will help the brands and ad-agency to collaborate with youtubers of their interests",
"main": "server.js",
"scripts": {
"start": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"bootstrap": "^4.6.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-jwt": "^6.0.0",
"express-session": "^1.17.1",
"express-validator": "^6.9.2",
"jquery": "^3.5.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.11.15",
"nodemailer": "^6.4.18",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"popper.js": "^1.16.1",
"uuid": "^8.3.2"
}
}