removed useless package
This commit is contained in:
parent
fae723e44d
commit
498ceec658
1 changed files with 2 additions and 5 deletions
|
@ -1,22 +1,19 @@
|
|||
{
|
||||
"name": "jeff-downloader2",
|
||||
"version": "0.0.1",
|
||||
"version": "0.2.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node ./bin/www"
|
||||
},
|
||||
"dependencies": {
|
||||
"body-parser": "^1.19.0",
|
||||
"cookie-parser": "~1.4.4",
|
||||
"debug": "~2.6.9",
|
||||
"ejs": "~2.6.1",
|
||||
"express": "~4.16.1",
|
||||
"express-formidable": "^1.2.0",
|
||||
"fluent-ffmpeg": "^2.1.2",
|
||||
"formidable": "^1.2.2",
|
||||
"http-errors": "~1.6.3",
|
||||
"morgan": "~1.9.1",
|
||||
"youtube-dl": "^3.5.0",
|
||||
"youtube-dl-exec": "^1.2.3"
|
||||
"youtube-dl": "^3.5.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue