forked from Laboratoria/BOG005-burger-queen-api-client
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 812 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "bog005-burger-queen-api-client",
"version": "1.0.0",
"description": "* [1. Preámbulo](#1-preámbulo)\r * [2. Resumen del proyecto](#2-resumen-del-proyecto)\r * [3. Objetivos de aprendizaje](#3-objetivos-de-aprendizaje)\r * [4. Consideraciones](#4-consideraciones)\r * [5. Criterios de aceptación del proyecto](#5-criterios-de-aceptación-del-proyecto)\r * [6. Pistas / tips](#7-pistas--tips)",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VanesaLo/BOG005-burger-queen-api-client.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/VanesaLo/BOG005-burger-queen-api-client/issues"
},
"homepage": "https://github.com/VanesaLo/BOG005-burger-queen-api-client#readme"
}