forked from FaisalUmair/udemy-downloader-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.23 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "Udeler",
"version": "1.7.0",
"repository": {
"type": "git",
"url": "https://github.com/FaisalUmair/udemy-downloader-gui.git"
},
"description": "A cross platform (Windows, Mac, Linux) desktop application for downloading Udemy Courses.",
"scripts": {
"start": "electron .",
"postinstall": "electron-builder install-app-deps",
"build": "electron-builder -wml",
"build-win": "electron-builder -w",
"build-mac": "electron-builder -m",
"build-linux": "electron-builder -l",
"dist": "build"
},
"build": {
"directories": {
"buildResources": "assets/images/build"
},
"linux": {
"category": "Utility"
}
},
"author": {
"name": "Faisal Umair",
"email": "[email protected]",
"url": "https://github.com/FaisalUmair"
},
"license": "ISC",
"devDependencies": {
"electron": "^4.1.3",
"electron-builder": "^20.39.0",
"electron-download-tf": "^4.3.4"
},
"dependencies": {
"dialogs": "^1.1.20",
"electron-settings": "^3.2.0",
"jquery": "^3.3.1",
"mkdirp": "^0.5.1",
"mt-files-downloader": "git+https://github.com/FaisalUmair/mt-files-downloader-wrapper.git",
"sanitize-filename": "^1.6.1",
"socket.io": "^2.2.0"
}
}