-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 768 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "dashboard",
"version": "1.0.0",
"description": "Neste pequeno projeto que preparei para você vamos utilizar o Leaflet.js o Chart.js e o Ionic Icons para desenvolver um Dashboard que simula a identificação de melhores áreas para abrir um restaurante de comida Japonesa, ao final deste \"Hello World Tunado\" você vai aprender um pouco sobre:",
"main": "index.js",
"scripts": {
"deploy": "gh-pages -d public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DiegoGeoDev/Dashboard.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DiegoGeoDev/Dashboard/issues"
},
"homepage": "https://github.com/DiegoGeoDev/Dashboard#readme",
"dependencies": {
"gh-pages": "^3.1.0"
}
}