19 lines
389 B
JSON
19 lines
389 B
JSON
{
|
|
"name": "jeff-downloader2",
|
|
"version": "0.3.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"cookie-parser": "~1.4.4",
|
|
"debug": "~2.6.9",
|
|
"ejs": "~2.6.1",
|
|
"express": "~4.16.1",
|
|
"fluent-ffmpeg": "^2.1.2",
|
|
"formidable": "^1.2.2",
|
|
"http-errors": "~1.6.3",
|
|
"morgan": "~1.9.1",
|
|
"youtube-dl": "^3.5.0"
|
|
}
|
|
}
|