-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.16 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": "dlsu-guide",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^6.6.1",
"handlebars": "^4.7.6",
"handlebars-dateformat": "^1.1.1",
"handlebars-helper-repeat": "^2.0.0",
"handlebars-helpers": "^0.10.0",
"hbs": "^4.1.1",
"mongo-sanitize": "^1.1.0",
"mongodb": "^3.6.0",
"mongoose": "^5.9.27",
"multer": "^1.4.2",
"multer-gridfs-storage": "^4.2.0",
"nodemailer": "^6.4.11",
"partials": "^0.1.0",
"supervisor": "^0.12.0",
"dotenv": "^8.2.0"
},
"devDependencies": {
},
"scripts": {
"start": "node addData && node index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unisse-courses/s14-mp6.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/unisse-courses/s14-mp6/issues"
},
"homepage": "https://github.com/unisse-courses/s14-mp6#readme"
}