forked from ayrton22/grupo_5_ProyectoIntegradorDG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.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
{
"name": "grupo",
"version": "1.0.0",
"description": "![House of Games(LOGO)](https://user-images.githubusercontent.com/62583730/84852852-3e67cf00-b034-11ea-9632-cc00557a42c5.png)",
"main": "src/app.js",
"scripts": {
"nodemon": "nodemon --ext js,ejs,json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ayrton22/grupo_5_ProyectoIntegradorDG.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ayrton22/grupo_5_ProyectoIntegradorDG/issues"
},
"homepage": "https://github.com/ayrton22/grupo_5_ProyectoIntegradorDG#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"connect-livereload": "^0.6.1",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^6.6.0",
"faker": "^4.1.0",
"livereload": "^0.9.1",
"method-override": "^3.0.0",
"multer": "^1.4.2",
"mysql2": "^2.1.0",
"nodemon": "^2.0.4",
"sequelize": "^6.3.4",
"sequelize-cli": "^6.2.0",
"sweetalert2": "^9.17.1"
}
}