forked from SchizoDuckie/DuckieTV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.49 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
{
"webexe_settings": {
"linux-x32": true,
"download_dir": "C:\\xampp\\htdocs\\deploy\\Web2ExeWin\\files\\downloads",
"windows": true,
"mac": true,
"nw_version": "0.10.5",
"force_download": false,
"linux-x64": true
},
"main": "tab.html",
"name": "DuckieTV-Standalone",
"license": "MIT",
"nodejs": true,
"description": "DuckieTV helps you manage your favorite TV Shows on a sweet calendar",
"author": "DuckieTV",
"private": true,
"user-agent": "DuckieTV Standalone v0.82",
"keywords": [
"series",
"tv",
"shows",
"trakt",
"DuckieTV",
"utorrent",
"bittorrent"
],
"window": {
"fullscreen": false,
"icon": "icon48.png",
"resizable": true,
"title": "DuckieTV Standalone v0.82",
"always-on-top": false,
"frame": true,
"height": 750,
"min_height": 400,
"visible": true,
"as_desktop": false,
"min_width": 600,
"position": "center",
"show_in_taskbar": true,
"mac_app_icon": "",
"width": 1000,
"toolbar": true,
"exe_icon": "icon64.png"
},
"version": "0.82.0",
"webkit": {
"page-cache": true,
"java": false,
"plugin": false
},
"devDependencies": {
"node-webkit-builder": "^0.2.0"
},
"single-instance": true,
"node-main": ""
}