-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 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
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "HTML5AppsPlatformPackager",
"no_proxy_server": false,
"disable_http_cache": false,
"ignore_certificate_errors": false,
"main": "main.js",
"main_html": "index.html",
"window": {
"exe_icon": "logo.png",
"kiosk": false,
"resizable": true,
"y": 100,
"skip_taskbar": false,
"show": true,
"title_bar_style": "default",
"title": "HTML5AppsPlatform and Floflis Packager",
"max_width": "",
"mac_icon": "logo.png",
"min_height": "",
"dark_theme": false,
"use_content_size": false,
"transparent": true,
"min_width": "",
"background_color": "#000000",
"auto_hide_menu_bar": true,
"enable_larger_than_screen": false,
"width": 800,
"x": 100,
"frame": true,
"icon": "logo.png",
"height": 600,
"type": "desktop",
"always_on_top": false,
"max_height": "",
"accept_first_mouse": false,
"disable_auto_hide_cursor": false,
"fullscreen": false,
"center": true
},
"proxy_bypass_list": "",
"js_flags": "",
"ppapi_flash_path": "",
"web": {
"text_areas_are_resizable": true,
"experimental_features": false,
"direct_write": true,
"images": true,
"allow_displaying_insecure_content": false,
"preload": "",
"node_integration": true,
"webgl": true,
"zoom_factor": 100,
"allow_running_insecure_content": false,
"web_security": true,
"webaudio": true,
"experimental_canvas_features": false,
"partition": "",
"plugins": false,
"blink_features": "",
"javascript": true
},
"disable_renderer_backgrounding": false,
"user_agent": "",
"app_name": "HTML5AppsPlatform and Floflis Packager",
"ppapi_flash_version": "",
"ssl_version_fallback_min": "",
"description": "",
"remote_debugging_port": "",
"proxy_server": "",
"host_resolver_rules": "",
"log_net_log": "",
"webkit": {
"plugin": false,
"java": false,
"page-cache": false
},
"ignore_connections_limit": "",
"web_preferences": {},
"version": "1.0.0",
"proxy_pac_url": "",
"cipher_suite_blacklist": "",
"chromium_args": "",
"host_rules": "",
"inject_js_end": "",
"inject_js_start": "",
"client_certificate": "",
"dependencies": {
"base64-img": "^1.0.4",
"dat-node": "^3.5.15",
"decompress-zip": "^0.2.2",
"electron": "^4.0.0",
"fs-extra": "^3.0.1",
"fullname": "^4.0.1",
"jquery": "^3.2.1",
"sudo-prompt": "^9.0.0",
"username": "^5.1.0"
},
"devDependencies": {
"electron-packager": "^13.0.0"
},
"scripts": {
"start": "electron .",
"build": "electron-packager . central --platform=linux --arch=x64,ia32 --overwrite --app-version=1.0.0 --electron-version=4.2.12 --icon=icon.png"
}
}