forked from betaflight/blackbox-log-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.52 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
{
"name": "betaflight-blackbox-explorer",
"displayName": "Betaflight - Blackbox Explorer",
"description": "Crossplatform blackbox analitics tool for Betaflight flight control system.",
"version": "3.6.0",
"main": "index.html",
"chromium-args": "--disable-features=nw2",
"default_locale": "en",
"scripts": {
"start": "gulp debug",
"postinstall": "platform-dependent-modules",
"gulp": "gulp",
"release": "gulp release"
},
"window": {
"id": "main",
"show": true,
"icon": "images/bf_icon_128.png",
"min_width": 1340,
"min_height": 920
},
"repository": {
"type": "git",
"url": "github.com/betaflight/blackbox-log-viewer"
},
"author": "The Betaflight open source project.",
"license": "GPL-3.0",
"dependencies": {
"bootstrap": "~3.4.1",
"html2canvas": "^1.0.0-rc.5",
"lodash": "^4.17.19",
"webm-writer": "^0.3.0"
},
"devDependencies": {
"@quanle94/innosetup": "^6.0.2",
"command-exists": "^1.2.8",
"del": "^5.0.0",
"gulp": "^4.0.1",
"gulp-concat": "~2.6.1",
"gulp-debian": "~0.1.8",
"gulp-rename": "^2.0.0",
"gulp-yarn": "^2.0.0",
"gulp-zip": "^5.0.0",
"inflection": "1.12.0",
"nw-builder": "^3.5.7",
"os": "^0.1.1",
"platform-dependent-modules": "0.0.14",
"rpm-builder": "^1.0.0",
"temp": "^0.9.0",
"yarn": "^1.22.0"
},
"resolutions": {
"**/**/lodash.template": "^4.5.0"
},
"config": {
"platformDependentModules": {
"darwin": [
]
}
}
}