forked from boTimPact/Agile-Web-Development
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.13 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.13 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
{
"name": "agile-web-development",
"version": "1.0.0",
"description": "Exercise 1",
"main": "main_express.js",
"scripts": {
"test": "console.log(\"exercise 1 started\")",
"start": "node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boTimPact/Agile-Web.git"
},
"author": "Sina Han, Johann Macht, Jannis Suchanek, Batuhan-Kaan Piskin, Pia Dünow",
"license": "ISC",
"bugs": {
"url": "https://github.com/boTimPact/Agile-Web/issues"
},
"homepage": "https://github.com/boTimPact/Agile-Web#readme",
"devDependencies": {
"http-status-codes": "^2.2.0"
},
"dependencies": {
"bcrypt": "^5.1.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.17.3",
"express-validator": "^7.0.1",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.1",
"method-override": "^3.0.0",
"mongodb": "^5.4.0",
"mongoose": "^7.1.1",
"passport": "^0.6.0",
"passport-local-mongoose": "^8.0.0",
"rand-token": "^1.0.1",
"socket.io": "^4.7.1"
}
}