-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1 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
{
"window": {
"as_desktop": false,
"transparent": false,
"exe_icon": "icon.png",
"mac_icon": "icon.png",
"fullscreen": false,
"kiosk_emulation": false,
"frame": true,
"resizable": false,
"show_in_taskbar": true,
"show": true,
"width": 640,
"height": 480,
"title": "JsMobileBasic Interpreter",
"always_on_top": false,
"visible": true,
"icon": "icon.png",
"toolbar": false,
"kiosk": false
},
"author": "PROPHESSOR",
"webkit": {
"plugin": false,
"java": false,
"page-cache": false
},
"version": "0.0.10",
"additional_trust_anchors": [],
"description": "JsMobileBasic Interpreter (http://vk.com/JsMobileBasic/)",
"single-instance": true,
"app_name": "JsMB",
"name": "interpreter",
"nodejs": true,
"scripts": {
"run":"jsmb ."
},
"icon": "icon.png",
"license": "ISC",
"main": "index.html"
}