covid19/package.json

19 lines
317 B
JSON
Raw Permalink Normal View History

2020-04-27 03:04:16 +00:00
{
"name": "covid19",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"bootstrap": "4.4.1",
"chart.js": "2.9.3",
"csv-parse": "4.8.9",
2020-04-28 04:14:33 +00:00
"pug": "2.0.4"
},
"devDependencies": {
2020-04-27 03:04:16 +00:00
"serve": "11.3.0"
2020-04-29 00:38:11 +00:00
},
"scripts": {
"start": "node_modules/.bin/serve -n -d -l 9999 public"
2020-04-27 03:04:16 +00:00
}
}