You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jeff-downloader/package.json

20 lines
389 B
JSON

{
"name": "jeff-downloader2",
"version": "0.3.3",
"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"
}
}