first commit
This commit is contained in:
29
package.json
Normal file
29
package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user