-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 868 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "youtube-dl-gui",
"version": "0.0.1",
"description": "A simple graphical user interface (GUI) application for downloading videos from online sources.",
"main": "main.js",
"scripts": {
"package-mac": "electron-packager . --overwrite --platform=darwin --arch=x64 --icon=assets/icons/mac/icon.icns --prune=true --out=release-builds",
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/eimlav/youtube-dl-gui.git"
},
"author": "Eimhin Laverty",
"license": "MIT",
"bugs": {
"url": "https://github.com/eimlav/youtube-dl-gui/issues"
},
"homepage": "https://github.com/eimlav/youtube-dl-gui#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.8.1",
"bulma": "^0.7.4",
"electron": "^4.1.1",
"electron-packager": "^13.1.1",
"sudo-prompt": "^8.2.5"
}
}