covid19/package.json
2020-04-28 17:38:11 -07:00

19 lines
317 B
JSON

{
"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",
"pug": "2.0.4"
},
"devDependencies": {
"serve": "11.3.0"
},
"scripts": {
"start": "node_modules/.bin/serve -n -d -l 9999 public"
}
}