-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 842 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
29
{
"name": "covid-chile-app",
"version": "1.0.0",
"description": "''\u001b[DApp that show\u001b[1;6D\u001b[1;6D\u001b[C\u001b[C\u001b[s coronavirus cases data in Chile'",
"main": "\u001b[D\u001b[D\u001b[D\u001b\u001b[C\u001b[C\u001b[Ca\u001b[Da\u001b[D\u001b[Dapp",
"dependencies": {
"chart.js": "^2.9.3",
"express": "^4.17.1",
"jquery": "^3.5.1",
"jscharting": "^2.9.0-9",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"nodemon": "^2.0.4"
},
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Oteiza-a/Covid-Chile-App.git"
},
"author": "Alberto Oteiza",
"license": "ISC",
"bugs": {
"url": "https://github.com/Oteiza-a/Covid-Chile-App/issues"
},
"homepage": "https://github.com/Oteiza-a/Covid-Chile-App#readme"
}