-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 784 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 784 Bytes
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
30
{
"name": "infectiousmap",
"version": "1.0.0",
"description": "Programa de monitoramento de doencas",
"main": "index.js",
"dependencies": {
"body-parser": "^1.19.0",
"chart.js": "^2.9.4",
"express": "^4.17.1",
"express-session": "^1.17.1",
"mysql2": "^2.2.5",
"npm-windows-upgrade": "^6.0.1"
},
"devDependencies": {
"nodemon": "^2.0.6"
},
"scripts": {
"test": "index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlGouvea/InfectiousMap.git"
},
"author": "Ailton Aires, Álvaro Gouvea, Carla Cangussú, Felipe Correia e Hugo Rocha",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlGouvea/InfectiousMap/issues"
},
"homepage": "https://github.com/AlGouvea/InfectiousMap#readme"
}