-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 902 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
34
35
{
"name": "animalia",
"version": "2.0.0",
"description": "Animalia, el mejor sitio para tus mascotas. E-commerce (pet-shop).",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Antariex/animalia_rebuild.git"
},
"keywords": [
"Animalia"
],
"author": "Ariel Antequiera",
"license": "ISC",
"homepage": "https://animalia-396f.onrender.com/",
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.6",
"debug": "^4.3.4",
"ejs": "^3.1.8",
"express": "^4.18.0",
"express-session": "^1.17.3",
"express-validator": "^6.14.2",
"http-errors": "^2.0.0",
"method-override": "^3.0.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.0.1",
"urlencode": "^1.1.0"
}
}