Electron rewrite for a desktop application with download support, moved all legacy code to ./legacy/

This commit is contained in:
Holly Kyd
2018-12-23 20:29:40 +00:00
parent 3b0fdb4287
commit 12f554dc88
16 changed files with 3760 additions and 36 deletions

View File

@@ -1,15 +1,22 @@
{
"name": "youtube-dowloader",
"name": "youtube-downloader",
"version": "1.0.0",
"description": "",
"main": "index.js",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/plane000/youtube-downloader.git"
},
"author": "Ben (plane000)",
"license": "MIT",
"devDependencies": {
"electron": "^4.0.0",
"electron-rebuild": "^1.8.2"
},
"dependencies": {
"fs": "0.0.1-security",
"ytdl-core": "^0.21.1"
"electron-reload": "^1.4.0"
}
}