forked from bbhavik16/TPO-Website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.58 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
{
"name": "tpo-website",
"version": "1.0.0",
"description": "**This is a project on TPO Website.**\\\r We are going to have the following features in our website:\r 1. Companies details\r 2. Previous years statistics\r 3. Announcements and Rules\r 4. Interview schedules in calendar form\r 5. Resume templates\r 6. Events notifications through emails\r 7. Interview transcripts\r 8. Interview Material\r 9. Alumni Details\r 10. FAQs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bbhavik16/TPO-Website.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bbhavik16/TPO-Website/issues"
},
"homepage": "https://github.com/bbhavik16/TPO-Website#readme",
"dependencies": {
"chart.js": "^3.6.0",
"cloudinary": "^1.27.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.6.0",
"cron": "^1.8.2",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"ejs-mate": "^3.0.0",
"express": "^4.17.1",
"express-mongo-sanitize": "^2.1.0",
"express-session": "^1.17.2",
"fs": "0.0.1-security",
"joi": "^17.5.0",
"method-override": "^3.0.0",
"mongoose": "^6.0.13",
"mongoose-findorcreate": "^3.0.0",
"multer": "^1.4.3",
"multer-storage-cloudinary": "^4.0.0",
"nodemailer": "^6.7.2",
"passport": "^0.5.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.1.0",
"sanitize-html": "^2.6.1"
}
}