-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 825 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
{
"name": "curso-de-manipulacion-de-arrays-en-javascript",
"version": "1.0.0",
"description": "En este repositorio esta todo lo impartido en el curso de manipulación de arrays",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chriswolf005/Curso-de-Manipulacion-de-Arrays-en-JavaScript.git"
},
"keywords": [
"javascript",
"arrays",
"node"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chriswolf005/Curso-de-Manipulacion-de-Arrays-en-JavaScript/issues"
},
"homepage": "https://github.com/chriswolf005/Curso-de-Manipulacion-de-Arrays-en-JavaScript#readme",
"dependencies": {
"date-fns": "^2.29.3",
"http-server": "^0.12.3"
}
}