-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.7 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "campusbookdrop",
"version": "1.0.0",
"description": "A three-sided marketplace for used college textbooks: students list books, other students buy them, and volunteer couriers deliver between hostel rooms.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"keywords": [
"marketplace",
"textbooks",
"used-books",
"book-exchange",
"campus",
"students",
"express",
"nodejs",
"mongodb",
"mongoose",
"ejs",
"passport",
"cloudinary",
"server-side-rendering",
"pwa",
"startup"
],
"author": "Ankur Singh (Exyons)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Exyons/CampusBookDrop.git"
},
"bugs": {
"url": "https://github.com/Exyons/CampusBookDrop/issues"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"bcrypt": "^5.1.0",
"cloudinary": "^1.36.2",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"connect-mongo": "^5.0.0",
"ejs": "^3.1.9",
"ejs-mate": "^4.0.0",
"express": "^4.18.2",
"express-mongo-sanitize": "^2.2.0",
"express-session": "^1.17.3",
"firebase": "^9.22.2",
"helmet": "^7.0.0",
"joi": "^17.9.2",
"jsonwebtoken": "^9.0.0",
"method-override": "^3.0.0",
"moment": "^2.29.4",
"mongoose": "^7.0.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"nodemailer": "^6.9.1",
"order-id": "^2.1.2",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^8.0.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"dotenv": "^16.1.4"
}
}