-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "grupo_14-neo-tech",
"version": "1.0.0",
"description": "- 23 años\r - Estudiante de Programación Web",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flaviadanielareisenauer/Grupo_14-Neo-Tech-C8.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/flaviadanielareisenauer/Grupo_14-Neo-Tech-C8/issues"
},
"homepage": "https://github.com/flaviadanielareisenauer/Grupo_14-Neo-Tech-C8#readme",
"nodemonConfig": {
"ignore": "src/data/*.json"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"express-validator": "^6.12.1",
"method": "^2.0.0",
"method-override": "^3.0.0",
"multer": "^1.4.3",
"mysql2": "^2.3.2",
"nodemon": "^2.0.12",
"override": "0.0.1",
"sequelize": "^6.8.0"
}
}