-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.45 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
{
"webexe_settings": {
"linux-x32": false,
"windows-x64": false,
"download_dir": "C:\\\\Users\\\\JoHein\\\\AppData\\\\Local\\\\Temp\\\\Rar$EXa0.979\\\\Web2ExeWin\\\\files\\\\downloads",
"nw_compression_level": 5,
"mac-x32": false,
"windows-x32": true,
"mac-x64": false,
"nw_version": "0.11.5",
"force_download": false,
"linux-x64": false
},
"js-flags": "",
"name": "Draw App",
"single-instance": true,
"nodejs": true,
"chromium-args": "",
"additional_trust_anchors": "",
"user-agent": "",
"inject-js-end": "",
"keywords": [],
"window": {
"fullscreen": false,
"resizable": false,
"title": "Draw App",
"always-on-top": false,
"frame": true,
"visible": true,
"height": 650,
"min_height": 600,
"width": 750,
"as_desktop": false,
"min_width": 750,
"position": "",
"show_in_taskbar": true,
"mac_icon": "",
"exe_icon": "",
"transparent": false,
"toolbar": false,
"icon": "images/appicon.png"
},
"version": "0.1.0",
"snapshot": "",
"node-main": "",
"webkit": {
"page-cache": false,
"java": false,
"plugin": false
},
"inject-js-start": "",
"node-remote": "",
"main": "index.html",
"description": "Simple Draw App"
}