-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 872 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
{
"name": "movie-series-billboard",
"version": "1.0.0",
"description": "Sitio web para visualizar informacion acerca de peliculas y series, realizando diversos tipos de filtros para las diversas busquedas. Se hace uso de la API de Movie DB para obtener las distintas informac iones de las peliculas y series mostradas en el sitio web.",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iesusdavila/movie-series-billboard.git"
},
"keywords": [
"js",
"css",
"html",
"api",
"async"
],
"author": "Iesus Davila <Iesus Davila>",
"license": "MIT",
"bugs": {
"url": "https://github.com/iesusdavila/movie-series-billboard/issues"
},
"homepage": "https://github.com/iesusdavila/movie-series-billboard#readme"
}