-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 919 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
32
33
{
"name": "grupo_8_mxvapes",
"version": "1.0.0",
"description": "Proyecto Integrador Digital House. Pagina web de venta de vapes y subproductos en México.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cnavarro76/grupo_8_mxvapes.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cnavarro76/grupo_8_mxvapes/issues"
},
"homepage": "https://github.com/cnavarro76/grupo_8_mxvapes#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.6",
"debug": "^4.3.3",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"express-validator": "^6.14.0",
"http-errors": "^1.8.1",
"method-override": "^3.0.0",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"nodemon": "^2.0.15"
}
}