-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.57 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
{
"webexe_settings": {
"linux-x32": false,
"export_dir": "output",
"windows-x64": true,
"uncompressed_folder": false,
"download_dir": "C:/Users/dtp110020/AppData/Local/Web2Executable/Web2Executable/files/downloads",
"nw_compression_level": 0,
"mac-x32": false,
"custom_script": "",
"windows-x32": true,
"mac-x64": false,
"nw_version": "0.12.3",
"force_download": false,
"linux-x64": false
},
"js-flags": "",
"name": "prv analysis app",
"single-instance": true,
"nodejs": true,
"chromium-args": "",
"additional_trust_anchors": [],
"user-agent": "",
"inject-js-end": "",
"keywords": [],
"window": {
"fullscreen": false,
"kiosk_emulation": false,
"resizable": false,
"show": true,
"always-on-top": false,
"kiosk": false,
"frame": true,
"title": "PRV Beta 4",
"visible": true,
"height": 800,
"exe_icon": "",
"width": 1080,
"as_desktop": false,
"position": "",
"show_in_taskbar": true,
"mac_icon": "",
"transparent": false,
"toolbar": false,
"icon": ""
},
"version": "0.0.1",
"snapshot": "",
"node-main": "",
"webkit": {
"page-cache": false,
"java": false,
"plugin": false
},
"inject-js-start": "",
"node-remote": "",
"main": "src/index.html",
"app_name": "PRV Beta 4",
"description": ""
}