30 lines
544 B
JSON
30 lines
544 B
JSON
{
|
|
"name": "covid19-dashboard",
|
|
"version": "1.0.1",
|
|
"description": "A Django Corona Virus dashboard web-app",
|
|
"scripts": {
|
|
"lint": "eslint ."
|
|
},
|
|
"engines": {
|
|
"node": "8.11.3"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "5.0.0",
|
|
"eslint-config-google": "0.9.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/psmattas/covid19-dashboard"
|
|
},
|
|
"keywords": [
|
|
"django",
|
|
"admin-panel",
|
|
"open-source"
|
|
],
|
|
"author": "psmattas",
|
|
"contributors": [
|
|
"psmattas"
|
|
],
|
|
"license": "MIT"
|
|
}
|