Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hugorochaffs committed Dec 4, 2020
1 parent 6556228 commit a011010
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,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": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlGouvea/InfectiousMap/issues"
},
"homepage": "https://github.com/AlGouvea/InfectiousMap#readme"
}

0 comments on commit a011010

Please sign in to comment.