{ "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" }