-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
{
"webkit": {
"page-cache": false,
"java": false,
"plugin": false
},
"webexe_settings": {
"linux-x32": false,
"download_dir": "C:\\Users\\Anthony\\Desktop\\Web2ExeWin\\files\\downloads",
"windows": true,
"mac": false,
"nw_version": "0.11.2",
"force_download": false,
"linux-x64": false
},
"description": "",
"nodejs": true,
"single-instance": true,
"keywords": [],
"window": {
"fullscreen": true,
"resizable": true,
"title": "NetLab",
"always-on-top": false,
"frame": false,
"mac_app_icon": "",
"exe_icon": "C:/Users/Anthony/Desktop/BlackBox/app/images/netlab_logo.png",
"visible": true,
"as_desktop": false,
"position": "",
"show_in_taskbar": true,
"height": 600,
"width": 800,
"toolbar": false,
"icon": "C:/Users/Anthony/Desktop/BlackBox/app/images/netlab_logo.png"
},
"version": "0.1.0",
"node-main": "index.js",
"node-remote": "localhost:8081/*",
"main": "lib/index.html",
"name": "NetLab"
}