-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
71 lines (71 loc) · 1.88 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
{
"app_name": "nwjs-print-server",
"nodejs": true,
"additional_trust_anchors": "",
"private": true,
"inject-js-end": "",
"node-remote": "",
"keywords": [],
"user-agent": "",
"window": {
"show": true,
"always-on-top": false,
"frame": false,
"height": 1,
"visible": true,
"as_desktop": false,
"min_width": 1,
"fullscreen": false,
"title": "Print server",
"mac_icon": "public/images/icon-big.png",
"exe_icon": "public/images/icon-big.png",
"width": 1,
"resizable": false,
"kiosk": false,
"max_height": 1,
"min_height": 1,
"show_in_taskbar": false,
"transparent": false,
"toolbar": false,
"icon": "public/images/icon-big.png",
"max_width": 1,
"kiosk_emulation": false,
"position": "mouse"
},
"version": "0.3.0",
"inject-js-start": "",
"main": "public/index.html",
"chromium-args": "",
"webexe_settings": {
"linux-x32": false,
"export_dir": "output",
"windows-x64": false,
"download_dir": "/Applications/Web2Executable.app/Contents/Resources/files/downloads",
"nw_compression_level": 5,
"mac-x32": false,
"windows-x32": true,
"mac-x64": true,
"nw_version": "0.12.1",
"force_download": false,
"linux-x64": false
},
"description": "",
"dependencies": {
"socket.io": "^1.3.5",
"printer": "^0.1.1",
"nw": "^0.12.1"
},
"scripts": {
"start": "node_modules/nw/bin/nw ."
},
"webkit": {
"page-cache": false,
"java": false,
"plugin": false
},
"js-flags": "",
"name": "nwjs-print-server",
"single-instance": true,
"snapshot": "",
"node-main": ""
}