-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
78 lines (78 loc) · 2.1 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "frak",
"releaseName": "Frak",
"description": "A frakingly good media center",
"license": "GPL-3.0",
"version": "1.25.1",
"homepage": "https://github.com/vankasteelj/frak",
"releases": "https://github.com/vankasteelj/frak/releases",
"icon": "app/images/frak-logo.ico",
"macIcon": "app/images/frak-logo.icns",
"updateEndpoint": "https://raw.githubusercontent.com/vankasteelj/frak/master/package.json",
"author": {
"name": "Jean van Kasteel",
" email": "[email protected]"
},
"main": "app/index.html",
"dom_storage_quota": 20,
"window": {
"width": 1024,
"height": 650,
"title": "Frak",
"icon": "app/images/frak-logo.png",
"min_width": 885,
"min_height": 540,
"show": false
},
"icons": {
"256": "app/images/frak-logo.png"
},
"chromium-args": "--disable-raf-throttling --future --in-process-gpu --use-angle=gl",
"node-remote": "*://*",
"repository": {
"type": "git",
"url": "https://github.com/vankasteelj/frak"
},
"dependencies": {
"auto-launch": "5.0.6",
"cheerio": "1.0.0",
"dlnacasts3": "1.0.0",
"fs-extra": "11.2.0",
"got": "11.8.6",
"i18n": "0.15.1",
"image-downloader": "4.3.0",
"langs": "2.0.0",
"local-video-library": "1.3.0",
"localforage": "1.10.0",
"mdata": "2.1.0",
"node-mpv-2": "2.0.0-beta.3",
"opensubtitles.com": "1.1.0",
"readdirp": "4.0.2",
"trakt.tv": "8.2.0",
"trakt.tv-matcher": "8.0.2",
"trakt.tv-ondeck": "8.0.1",
"v8-compile-cache": "2.4.0",
"webtorrent": "https://github.com/vankasteelj/webtorrent",
"webtorrent-health": "1.2.0"
},
"devDependencies": {
"del": "6.1.1",
"gulp": "5.0.0",
"gulp-gzip": "1.4.2",
"gulp-load-plugins": "2.0.8",
"gulp-tar": "3.1.0",
"gulp-zip": "5.1.0",
"modclean": "3.0.0-beta.1",
"node-7z-forall": "2.1.5",
"nw-builder": "3.7.4",
"standard": "16.0.3",
"yargs": "17.7.2"
},
"nwjs": {
"version": "0.93.0",
"flavor": "sdk"
},
"mpv": {
"url": "https://sourceforge.net/projects/mpv-player-windows/files/release/mpv-0.39.0-x86_64-v3.7z/download"
}
}