coronaindia
Version:
COVID19 India Tracker, predictive analytics and research. Built by engineers, data scientists, AI and medical professionals.
41 lines (40 loc) • 997 B
JSON
{
"name": "coronaindia",
"version": "1.0.1",
"homepage": "https://coronaindia.github.io",
"scripts": {
"start": "node ./bin/www",
"devstart": "nodemon ./bin/www",
"serverstart": "DEBUG=coronaindia:* & npm run devstart"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1"
},
"description": "COVID19 India Tracker, predictive analytics and research. Built by engineers, data scientists, AI and medical professionals.",
"main": "app.js",
"directories": {
"doc": "docs"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/elComrades/coronaindia.git"
},
"keywords": [
"coronaindia",
"covid19",
"coronaglobal",
"ncov-19",
"ncov19"
],
"author": "Prashant Mishra",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/elComrades/coronaindia/issues"
}
}