66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
{
|
|
"name": "betaflight-configurator",
|
|
"description": "Crossplatform configuration tool for Betaflight flight control system.",
|
|
"version": "10.2.0",
|
|
"main": "main_nwjs.html",
|
|
"bg-script": "js/eventPage.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": false,
|
|
"icon": "images/bf_icon_128.png"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "github.com/betaflight/betaflight-configurator"
|
|
},
|
|
"webview": {
|
|
"partitions": [
|
|
{
|
|
"name": "map",
|
|
"accessible_resources": [
|
|
"tabs/map.html",
|
|
"tabs/map.js",
|
|
"/images/icons/cf_icon_position.png"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"author": "The Betaflight open source project.",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"i18next": "^10.3.0",
|
|
"i18next-xhr-backend": "^1.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"command-exists": "^1.2.2",
|
|
"del": "^3.0.0",
|
|
"gulp": "~4.0.0",
|
|
"gulp-concat": "~2.6.1",
|
|
"gulp-debian": "~0.1.8",
|
|
"gulp-install": "^1.1.0",
|
|
"gulp-rename": "~1.2.2",
|
|
"gulp-zip": "^4.1.0",
|
|
"inflection": "1.12.0",
|
|
"jquery-ui-npm": "1.12.0",
|
|
"makensis": "^0.9.0",
|
|
"nw-builder": "^3.4.1",
|
|
"os": "^0.1.1",
|
|
"platform-dependent-modules": "0.0.14",
|
|
"rpm-builder": "^0.6.1",
|
|
"temp": "^0.8.3"
|
|
},
|
|
"config": {
|
|
"platformDependentModules": {
|
|
"darwin": [
|
|
"gulp-appdmg@1.0.3"
|
|
]
|
|
}
|
|
}
|
|
}
|