-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.19 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
48
{
"name": "blok-tech-team",
"version": "1.0.0",
"description": "Restaurant matching app",
"main": "index.js",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evaboogaard/blok-tech-team.git"
},
"author": "team-5",
"license": "ISC",
"bugs": {
"url": "https://github.com/evaboogaard/blok-tech-team/issues"
},
"homepage": "https://github.com/evaboogaard/blok-tech-team#readme",
"engines": {
"node": "^15.12.0",
"npm": "^7.6.3"
},
"dependencies": {
"alert": "^5.0.10",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.2",
"compression": "^1.7.4",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-handlebars": "^6.0.3",
"express-session": "^1.17.2",
"helmet": "^5.0.2",
"mongoose": "^6.2.9",
"nodemailer": "^6.7.3",
"nodemon": "^2.0.15",
"passport": "^0.5.2",
"passport-local": "^1.0.0"
},
"devDependencies": {
"eslint": "^8.12.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-sass": "^5.1.0",
"sass": "^1.49.11"
}
}