23 lines
762 B
JSON
23 lines
762 B
JSON
{
|
|
"name": "youtube-downloader",
|
|
"version": "1.0.0",
|
|
"description": "Simple to use youtube downloader, simply run the index javascript file with node and then go to localhost on your browser, by default the video will download to this folder but can be changed in src/index.js",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/plane000/youtube-downloader.git"
|
|
},
|
|
"author": "Ben (benjaminkyd@gmail.com)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/plane000/youtube-downloader/issues"
|
|
},
|
|
"homepage": "https://github.com/plane000/youtube-downloader#readme",
|
|
"dependencies": {
|
|
"moment": "^2.26.0"
|
|
}
|
|
}
|