-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
68 lines (68 loc) · 1.81 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
{
"webexe_settings": {
"linux-x32": true,
"export_dir": "C:\\Users\\Pc\\Desktop\\Nw-Output",
"windows-x64": true,
"download_dir": "C:\\Program Files (x86)\\Web2Exe\\node",
"nw_compression_level": 0,
"mac-x32": true,
"windows-x32": true,
"mac-x64": true,
"nw_version": "0.12.3",
"force_download": false,
"linux-x64": true
},
"main": "index.html",
"description": "",
"name": "fileencryptor",
"nodejs": true,
"user-agent": "",
"additional_trust_anchors": "",
"single-instance": true,
"inject-js-end": "",
"webkit": {
"page-cache": false,
"java": false,
"plugin": false
},
"window": {
"show": true,
"always-on-top": false,
"frame": false,
"height": 600,
"visible": true,
"as_desktop": false,
"min_width": 400,
"fullscreen": false,
"title": "File Encrypter",
"mac_icon": "icon.png",
"exe_icon": "icon.png",
"width": 900,
"resizable": false,
"kiosk": false,
"max_height": 600,
"min_height": 200,
"show_in_taskbar": true,
"transparent": false,
"toolbar": false,
"icon": "icon.png",
"max_width": 900,
"kiosk_emulation": false,
"position": "center"
},
"version": "0.0.1",
"snapshot": "",
"node-main": "",
"keywords": [],
"inject-js-start": "",
"node-remote": "",
"js-flags": "",
"app_name": "File Encrypter",
"dependencies": {
"angular-aria": "^1.5.0-beta.0",
"angular-animate": "^1.5.0-beta.0",
"angular-material": "^0.11.0",
"angular": "^1.5.0-beta.0"
},
"chromium-args": ""
}