-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1002 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1002 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
33
34
35
36
37
38
39
40
41
{
"hash": "",
"version": "1.2.5",
"author": "TheMitoSan",
"main": "App/index.htm",
"name": "r3_auto_map_gen",
"license": "GPL-2.0-only",
"description": "This app creates an node-conected map on the go for classic Resident Evil games.",
"window": {
"width": 1130,
"height": 740,
"frame": false,
"toolbar": false,
"min_width": 196,
"min_height": 226,
"fullscreen": false,
"transparent": true,
"position": "center",
"theme-color": "#002",
"icon": "App/img/icon.png",
"title": "R3 Auto Map Gen - Please wait..."
},
"extra": {
"wineFix": false,
"disableWindowActions": false
},
"scripts": {
"dev": "nw . -dev",
"build-normal": "node compiler/build.js",
"build-sdk": "node compiler/build.js --sdk",
"build-normal-wine": "node compiler/build.js --enableWineFix",
"build-sdk-wine": "node compiler/build.js --sdk --enableWineFix"
},
"devDependencies": {
"nw-builder": "^4.13.14",
"zip-a-folder": "^3.1.9"
},
"dependencies": {
"nw": "^0.101.0-sdk"
}
}