forked from FaisalUmair/udemy-downloader-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.3 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
47
{
"name": "Udeler",
"version": "1.8.2",
"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": "eff.umair@gmail.com",
"url": "https://github.com/FaisalUmair"
},
"license": "ISC",
"devDependencies": {
"electron": "^8.2.4",
"electron-builder": "^22.3.2",
"electron-download-tf": "^4.3.4"
},
"dependencies": {
"dialogs": "^2.0.1",
"electron-settings": "^3.2.0",
"jquery": "^3.5.0",
"mkdirp": "^0.5.1",
"mt-files-downloader": "git+https://github.com/FaisalUmair/mt-files-downloader-wrapper.git",
"node-vtt-to-srt": "git+https://github.com/riazXrazor/vtt-to-srt.git",
"sanitize-filename": "^1.6.1",
"socket.io": "^2.2.0"
}
}