-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.41 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
{
"name": "emuflight-blackbox-explorer",
"displayName": "EmuFlight - Blackbox Explorer",
"description": "Crossplatform blackbox analitics tool for EmuFlight flight control system.",
"version": "0.4.1",
"main": "index.html",
"chromium-args": "--disable-features=nw2",
"default_locale": "en",
"scripts": {
"start": "gulp debug",
"gulp": "gulp",
"release": "gulp release"
},
"window": {
"id": "main",
"show": true,
"icon": "images/emuf_icon_128.png",
"min_width": 930,
"min_height": 480
},
"repository": {
"type": "git",
"url": "/github.com/emuflight/EmuFlight-Blackbox-Explorer"
},
"author": "The EmuFlight open source project.",
"license": "GPL-3.0",
"dependencies": {
"bootstrap": "~3.4.1",
"html2canvas": "^1.0.0-rc.5",
"lodash": "^4.17.21"
},
"devDependencies": {
"@quanle94/innosetup": "^6.0.2",
"command-exists": "^1.2.8",
"del": "^5.0.0",
"gulp": "^4.0.1",
"gulp-debian": "~0.1.8",
"gulp-rename": "^2.0.0",
"gulp-util": "3.0.8",
"gulp-yarn": "^3.0.0",
"gulp-zip": "^5.0.0",
"inflection": "1.12.0",
"nw-builder": "^3.7.4",
"os": "^0.1.1",
"rpm-builder": "^1.0.0",
"temp": "^0.9.0",
"through2": "4.0.2",
"yarn": "^1.22.0"
},
"resolutions": {
"**/**/lodash.template": "^4.5.0"
},
"engines": {
"node": "16.x"
},
"optionalDependencies": {
"appdmg": "^0.6.6"
}
}