-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.21 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
{
"name": "2021t2-g28",
"version": "1.0.0",
"engines": {
"node": "14.x"
},
"description": "<p><img src=\"https://github.com/DLSU-CCAPDEV/2021T2-G28/blob/15ec5b6bf1ae579b7bd4a88375c06626d0887f23/images/logo.png\" width=\"400px\"></p>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DLSU-CCAPDEV/2021T2-G28.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DLSU-CCAPDEV/2021T2-G28/issues"
},
"homepage": "https://github.com/DLSU-CCAPDEV/2021T2-G28#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"bootstrap": "^4.6.0",
"calendar": "^0.1.1",
"connect-mongo": "^4.4.1",
"dotenv": "^10.0.0",
"e": "^0.2.0",
"express": "^4.17.1",
"express-handlebars": "^5.3.0",
"express-session": "^1.17.1",
"express-validator": "^6.11.1",
"hbs": "^4.1.2",
"jquery": "^3.6.0",
"mongoose": "^5.12.7",
"multer": "^1.4.2",
"node-calendar-js": "^1.0.3",
"path": "^0.12.7",
"popper.js": "^1.16.1",
"validator": "^13.6.0"
}
}