-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
56 lines (56 loc) · 1.38 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
{
"name": "inav-blackbox-explorer",
"description": "Crossplatform blackbox analytics tool for INAV flight control system.",
"version": "8.0.0",
"main": "main_nwjs.html",
"bg-script": "background.js",
"default_locale": "en",
"scripts": {
"start": "node node_modules/nw/bin/nw .",
"startosx": "node node_modules/nw/nwjs/nwjs.app/Contents/MacOS/nwjs .",
"gulp": "gulp",
"nw": "nw"
},
"window": {
"title": "INAV Blackbox Explorer",
"icon": "images/inav_icon_128.png",
"toolbar": true
},
"repository": {
"type": "git",
"url": "github.com/iNavFlight/blackbox-log-viewer"
},
"author": "INAV",
"license": "GPL-3.0",
"dependencies": {
"archiver": "^7.0.1",
"command-exists": "^1.2.9",
"del": "^6.0.0",
"graceful-fs": "^4.2.0",
"gulp": "^5.0.0",
"gulp-concat": "^2.6.1",
"inflection": "^3.0.0",
"jquery": "^3.7.1",
"jquery-ui-npm": "^1.12.0",
"marked": "^0.3.17",
"minimist": "^1.2.0",
"nw": "^0.85.0",
"nw-dialog": "^1.0.7",
"os": "^0.1.2",
"plotly": "^1.0.6",
"temp": "^0.9.4",
"three": "^0.167.1",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@quanle94/innosetup": "^6.0.2",
"gulp-debian": "^0.1.9",
"gulp-rename": "^2.0.0",
"nw-builder": "^4.9.0",
"rpm-builder": "^1.2.1",
"semver": "^7.6.3"
},
"optionalDependencies": {
"appdmg": "^0.6.6"
}
}