-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·52 lines (52 loc) · 1.38 KB
/
package.json
File metadata and controls
executable file
·52 lines (52 loc) · 1.38 KB
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
48
49
50
51
52
{
"name": "hypload",
"version": "1.0.0",
"description": "HypLoad, a YouTube video and playlist downloader, ad free.",
"main": "main.js",
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hypocrate-code/hypload_desktop.git"
},
"keywords": [
"download",
"youtube",
"video",
"playlist",
"downloader",
"HypLoad",
"free",
"desktop",
"software"
],
"author": "Hypocrate",
"license": "ISC",
"bugs": {
"url": "https://github.com/hypocrate-code/hypload/issues"
},
"homepage": "https://github.com/hypocrate-code/hypload#readme",
"devDependencies": {
"@electron-forge/cli": "^7.8.1",
"@electron-forge/maker-deb": "^7.8.1",
"@electron-forge/maker-dmg": "^7.8.1",
"@electron-forge/maker-rpm": "^7.8.1",
"@electron-forge/maker-squirrel": "^7.8.1",
"@electron-forge/maker-wix": "^7.8.1",
"@electron-forge/maker-zip": "^7.8.1",
"@electron-forge/plugin-auto-unpack-natives": "^7.8.1",
"@electron-forge/plugin-fuses": "^7.8.1",
"@electron/fuses": "^1.8.0",
"@types/electron": "^1.4.38",
"electron": "^35.0.3"
},
"dependencies": {
"electron-log": "^5.4.1",
"electron-squirrel-startup": "^1.0.1",
"iconv-lite": "^0.6.3",
"tree-kill": "^1.2.2"
}
}