forked from rafaelkyrdan/cypher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 771 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 771 Bytes
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
{
"main": "index.html",
"name": "cypher",
"version": "0.2",
"window": {
"title" : "Cypher",
"icon": "app/img/lock.png",
"as_desktop" : false,
"resizable" : false,
"always-on-top" : false,
"fullscreen" : false,
"kiosk" : false,
"frame" : false,
"show" : false,
"toolbar": false,
"width": 1000,
"height": 620,
"position": "center",
"min_width": 1000,
"min_height": 620,
"max_width": 1000,
"max_height": 620
},
"webkit": {
"plugin": false,
"java" : false,
"page-cache" : false
},
"nodejs" : true,
"node-main" : "" ,
"single-instance" : false
}