2017-08-06 21:46:10 +02:00
|
|
|
{
|
|
|
|
"name": "electron-simple-youtube-downloader",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "electron-simple-youtube-downloader",
|
|
|
|
"main": "index.js",
|
|
|
|
"dependencies": {
|
|
|
|
"electron": "^1.6.11",
|
2017-08-07 23:27:50 +02:00
|
|
|
"mkdirp": "^0.5.1",
|
2017-08-06 21:46:10 +02:00
|
|
|
"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"
|
|
|
|
}
|