-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 867 Bytes
/
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
{
"name": "poriun_app_web",
"version": "1.0.0",
"description": "App web de poriun",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js -e js,hbs,html,css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "llovo-code",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"express": "^4.17.1",
"express-handlebars": "^5.2.0",
"express-mysql-session": "^2.1.5",
"express-session": "^1.17.1",
"express-validator": "^6.9.0",
"hbs": "^4.1.1",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"timeago.js": "^4.0.2"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}