forked from milibar30/DSC-Website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.17 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
{
"name": "group2",
"version": "1.0.0",
"description": "''\u001b[DGroup 2 website'",
"main": "app.js",
"scripts": {
"start": "node src/app.js",
"dev": "nodemon src/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ujjawal-1999/DSC-Website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ujjawal-1999/DSC-Website/issues"
},
"homepage": "https://github.com/ujjawal-1999/DSC-Website#readme",
"dependencies": {
"a11ytab": "^2.0.3",
"async": "^3.2.0",
"bcrypt": "^5.0.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"crypto-random-string": "^3.2.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^6.5.0",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"mongoose": "^5.9.16",
"mongoose-unique-validator": "^2.0.3",
"multer": "^1.4.2",
"nodemailer": "^6.4.8",
"slugify": "^1.4.0",
"uuid": "^8.1.0",
"validator": "^13.0.0"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}