-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 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
{
"name": "project-diabeteshome",
"version": "1.0.0",
"description": "Group web project for INFO30005 2022, University of Melbourne.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"dev": "nodemon app.js -e js,hbs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/INFO30005-Tutel/Project-DiabetesHome.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/INFO30005-Tutel/Project-DiabetesHome/issues"
},
"homepage": "https://github.com/INFO30005-Tutel/Project-DiabetesHome#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-flash": "^0.0.2",
"express-handlebars": "^6.0.3",
"express-session": "^1.17.2",
"express-validator": "^6.14.0",
"handlebars": "^4.7.7",
"jquery": "^3.6.0",
"mongoose": "^6.3.1",
"multiparty": "^4.2.3",
"nodemailer": "^6.7.5",
"passport": "^0.5.2",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"requirejs": "^2.3.6"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}