forked from betaflight/blackbox-log-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "betaflight-blackbox-explorer",
"displayName": "Betaflight - Blackbox Explorer",
"description": "Crossplatform blackbox analitics tool for Betaflight flight control system.",
"version": "3.0.0-rc1",
"main": "main_nwjs.html",
"bg-script": "background.js",
"default_locale": "en",
"scripts": {
"start": "node node_modules/gulp/bin/gulp.js debug",
"_postinstall": "node ./node_modules/platform-dependent-modules/cli.js",
"postinstall": "npm run _postinstall",
"gulp": "gulp"
},
"window": {
"show": true,
"icon": "images/bf_icon_128.png"
},
"repository": {
"type": "git",
"url": "github.com/betaflight/blackbox-log-viewer"
},
"author": "The Betaflight open source project.",
"license": "GPL-3.0",
"dependencies": {},
"devDependencies": {
"archiver": "^2.1.0",
"del": "^3.0.0",
"gulp": "~3.9.1",
"gulp-concat": "~2.6.1",
"gulp-install": "^1.1.0",
"inflection": "1.12.0",
"jquery-ui-npm": "1.12.0",
"nw-builder": "^3.4.1",
"os": "^0.1.1",
"platform-dependent-modules": "0.0.14",
"run-sequence": "^2.2.0",
"temp": "^0.8.3"
},
"config": {
"platformDependentModules": {
"darwin": [
"gulp-appdmg@1.0.3"
]
}
}
}