-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.07 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
{
"name": "grupo_6_fitnessmarket",
"version": "1.0.0",
"description": "El sitio web es un E-Commerce deportivo. En el mismo, se comercializaran productos orientados al fitness, tanto para su realizacion, como su suplementacion nutritiva. Encontraremos 3 lineas de productos principales: Vestimenta, Suplementacion y Equipo Accesorio.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fabald/grupo_6_fitnessmarket.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fabald/grupo_6_fitnessmarket/issues"
},
"homepage": "https://github.com/fabald/grupo_6_fitnessmarket#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"express-validator": "^6.13.0",
"method-override": "^3.0.0",
"morgan": "^1.10.0",
"multer": "^1.4.3",
"mysql2": "^2.3.2",
"sequelize": "^6.7.0"
}
}