-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 929 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
{
"name": "curso-desarrollo-web-1",
"version": "1.0.0",
"description": "https://www.flaticon.es/iconos-gratis/puntuacion Iconos creados por Freepik - Flaticon\r https://es.vecteezy.com/arte-vectorial/6138912-ovni-secuestrando-una-vaca-silueta-alienigena-nave-espacial-futurista-desconocido-objeto-volador-dibujo-animado-pegatina-aislado-sobre-fondo-azul-oscuro-plano-vector-ilustracion Imagen utilizada",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JaviVal16/curso-desarrollo-web-1.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JaviVal16/curso-desarrollo-web-1/issues"
},
"homepage": "https://github.com/JaviVal16/curso-desarrollo-web-1#readme",
"dependencies": {
"animate.css": "^4.1.1",
"sweetalert2": "^11.7.2"
}
}