-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1 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
{
"name": "myapp",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"lint:ejs": "ejslint views/partials/message.ejs"
},
"author": "Kathrina Arrocha Umpiérrez",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.0",
"cim-api-service": "^0.0.5",
"connect-flash": "^0.1.1",
"connect-multiparty": "^2.2.0",
"cookie-parser": "^1.4.5",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"ejs": "^3.1.3",
"express": "~4.16.1",
"express-fileupload": "^1.1.7-alpha.3",
"express-messages": "^1.0.1",
"express-myconnection": "^1.0.4",
"express-session": "^1.17.1",
"express-validator": "^5.3.1",
"http-errors": "^1.6.3",
"js-beautify": "^1.11.0",
"mongodb": "^3.5.7",
"mongoose": "^5.9.16",
"morgan": "^1.9.1",
"mysql": "^2.18.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pdfmake": "^0.1.66",
"pug": "2.0.0-beta11"
},
"devDependencies": {
"ejs-lint": "^1.1.0",
"nodemon": "^2.0.4"
}
}