-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "studs",
"version": "1.0.0",
"description": "Matching application for student and tutors",
"main": "server.js",
"scripts": {
"test": "",
"start": "node server.js",
"run": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KaoriYes/studs.git"
},
"author": "KaoriYes, AliAhmed205, svenzoutman, HibbaYT",
"license": "MIT",
"bugs": {
"url": "https://github.com/KaoriYes/studs/issues"
},
"homepage": "https://github.com/KaoriYes/studs#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"body-parser": "^1.20.2",
"compression": "^1.7.4",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-mongodb-session": "^3.2.1",
"express-session": "^1.17.3",
"express-socket.io-session": "^1.3.5",
"method-override": "^3.0.0",
"mongodb": "^5.1.0",
"mongoose": "^7.0.3",
"multer": "^1.4.5-lts.1",
"nodemon": "^2.0.22",
"path": "^0.12.7",
"socket.io": "^4.6.1"
}
}