filedrop/package.json
2019-07-29 18:55:54 -04:00

15 lines
244 B
JSON

{
"name": "filedrop",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"morgan": "~1.9.1"
}
}