cyb3r-downloader/package.json
Theenoro 2ee2072dca 1.1.0
added a fully functional playlist function
2017-08-07 23:27:50 +02:00

24 lines
591 B
JSON

{
"name": "electron-simple-youtube-downloader",
"version": "1.0.0",
"description": "electron-simple-youtube-downloader",
"main": "index.js",
"dependencies": {
"electron": "^1.6.11",
"mkdirp": "^0.5.1",
"request": "^2.81.0",
"youtube-dl": "^1.11.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron index.js"
},
"repository": {
"type": "git",
"url": "https://git.tooru.thee.moe/theenoro/electron-simple-youtube-downloader.git"
},
"author": "Theenoro",
"license": "ISC"
}