2017-10-20 00:36:33 +00:00
|
|
|
{
|
2017-11-24 03:40:02 +00:00
|
|
|
"name": "betaflight-configurator",
|
2020-07-04 23:42:13 +00:00
|
|
|
"productName": "Betaflight Configurator",
|
2017-11-24 03:40:02 +00:00
|
|
|
"description": "Crossplatform configuration tool for Betaflight flight control system.",
|
2021-10-11 09:58:03 +00:00
|
|
|
"version": "10.7.2",
|
2020-04-25 08:43:12 +00:00
|
|
|
"main": "main.html",
|
|
|
|
"chromium-args" : "--disable-features=nw2",
|
2017-11-24 03:40:02 +00:00
|
|
|
"default_locale": "en",
|
|
|
|
"scripts": {
|
2019-04-30 04:15:53 +00:00
|
|
|
"start": "gulp debug",
|
2018-05-29 21:53:35 +00:00
|
|
|
"gulp": "gulp",
|
2019-10-09 11:21:53 +00:00
|
|
|
"release": "gulp release",
|
2018-06-01 16:46:10 +00:00
|
|
|
"test": "karma start test/karma.conf.js"
|
2017-11-24 03:40:02 +00:00
|
|
|
},
|
|
|
|
"window": {
|
2020-04-25 08:43:12 +00:00
|
|
|
"icon": "images/bf_icon_128.png",
|
|
|
|
"id": "main-window",
|
|
|
|
"min_width": 1024,
|
|
|
|
"min_height": 550
|
2017-11-24 03:40:02 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "github.com/betaflight/betaflight-configurator"
|
|
|
|
},
|
2018-01-19 12:10:23 +00:00
|
|
|
"webview": {
|
|
|
|
"partitions": [
|
|
|
|
{
|
|
|
|
"name": "map",
|
2018-01-24 21:46:56 +00:00
|
|
|
"accessible_resources": [
|
|
|
|
"tabs/map.html",
|
2018-02-23 19:48:38 +00:00
|
|
|
"js/tabs/map.js",
|
2019-03-05 00:37:21 +00:00
|
|
|
"/js/libraries/openlayers/ol.css",
|
2019-02-27 17:32:23 +00:00
|
|
|
"/js/libraries/openlayers/ol.js",
|
2019-04-03 10:35:06 +00:00
|
|
|
"/images/icons/cf_icon_position.png",
|
|
|
|
"/images/icons/cf_icon_position_nofix.png"
|
2018-01-24 21:46:56 +00:00
|
|
|
]
|
2018-01-19 12:10:23 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2017-11-24 03:40:02 +00:00
|
|
|
"author": "The Betaflight open source project.",
|
|
|
|
"license": "GPL-3.0",
|
2019-08-20 11:22:52 +00:00
|
|
|
"engines": {
|
|
|
|
"node": "10.x"
|
|
|
|
},
|
2018-01-25 12:45:55 +00:00
|
|
|
"dependencies": {
|
2020-07-04 23:42:13 +00:00
|
|
|
"@fortawesome/fontawesome-free": "^5.13.0",
|
2020-02-22 03:44:41 +00:00
|
|
|
"bluebird": "^3.7.2",
|
2019-11-04 08:53:54 +00:00
|
|
|
"djv": "^2.1.3-alpha.0",
|
2019-10-29 17:52:19 +00:00
|
|
|
"i18next": "^18.0.1",
|
2020-02-22 03:44:41 +00:00
|
|
|
"i18next-xhr-backend": "^3.2.2",
|
2019-07-04 23:17:54 +00:00
|
|
|
"inflection": "1.12.0",
|
2020-02-22 03:44:41 +00:00
|
|
|
"jbox": "1.0.8",
|
2019-07-04 23:17:54 +00:00
|
|
|
"jquery": "3.4.1",
|
2019-03-23 23:21:52 +00:00
|
|
|
"jquery-textcomplete": "^1.8.5",
|
2020-07-04 23:42:13 +00:00
|
|
|
"jquery-touchswipe": "^1.6.19",
|
2019-07-04 23:17:54 +00:00
|
|
|
"jquery-ui-npm": "1.12.0",
|
2018-04-27 09:57:52 +00:00
|
|
|
"lru_map": "^0.3.3",
|
2020-02-22 03:44:41 +00:00
|
|
|
"marked": "^0.8.0",
|
|
|
|
"object-hash": "^2.0.3",
|
2019-11-02 08:28:14 +00:00
|
|
|
"semver-min": "^0.6.5",
|
2018-08-02 10:02:19 +00:00
|
|
|
"short-unique-id": "^1.1.1",
|
|
|
|
"universal-ga": "^1.2.0"
|
2018-01-25 12:45:55 +00:00
|
|
|
},
|
2017-11-24 03:40:02 +00:00
|
|
|
"devDependencies": {
|
2020-06-30 13:10:22 +00:00
|
|
|
"@quanle94/innosetup": "^6.0.2",
|
2018-12-25 02:37:15 +00:00
|
|
|
"chai": "^4.2.0",
|
|
|
|
"command-exists": "^1.2.8",
|
2020-07-04 23:42:13 +00:00
|
|
|
"cordova-lib": "^9.0.1",
|
2019-08-12 21:52:48 +00:00
|
|
|
"del": "^5.0.0",
|
2020-02-22 03:44:41 +00:00
|
|
|
"follow-redirects": "^1.10.0",
|
2019-08-12 21:52:48 +00:00
|
|
|
"fs-extra": "^8.1.0",
|
2019-05-08 13:39:21 +00:00
|
|
|
"gulp": "^4.0.2",
|
2017-11-24 03:40:02 +00:00
|
|
|
"gulp-concat": "~2.6.1",
|
2018-01-17 14:30:44 +00:00
|
|
|
"gulp-debian": "~0.1.8",
|
2020-02-22 03:44:41 +00:00
|
|
|
"gulp-git": "^2.10.0",
|
2020-07-04 23:42:13 +00:00
|
|
|
"gulp-json-editor": "^2.5.4",
|
2020-02-22 03:44:41 +00:00
|
|
|
"gulp-rename": "^2.0.0",
|
2020-07-04 23:42:13 +00:00
|
|
|
"gulp-replace": "^1.0.0",
|
|
|
|
"gulp-xml-transformer": "^3.0.0",
|
2019-05-08 13:39:21 +00:00
|
|
|
"gulp-yarn": "^2.0.0",
|
2019-08-12 21:52:48 +00:00
|
|
|
"gulp-zip": "^5.0.0",
|
2019-03-05 00:37:21 +00:00
|
|
|
"karma": "^4.0.1",
|
2018-05-29 21:53:35 +00:00
|
|
|
"karma-chai": "^0.1.0",
|
2019-08-12 21:52:48 +00:00
|
|
|
"karma-chrome-launcher": "^3.0.0",
|
2018-05-29 21:53:35 +00:00
|
|
|
"karma-mocha": "^1.3.0",
|
|
|
|
"karma-sinon": "^1.0.5",
|
2018-12-25 02:37:15 +00:00
|
|
|
"karma-sinon-chai": "^2.0.2",
|
2019-11-06 14:58:27 +00:00
|
|
|
"karma-tfs-reporter": "^1.0.2",
|
2020-02-22 03:44:41 +00:00
|
|
|
"mocha": "^7.0.1",
|
2019-02-09 23:49:50 +00:00
|
|
|
"nw-builder": "^3.5.7",
|
2017-11-24 03:40:02 +00:00
|
|
|
"os": "^0.1.1",
|
2020-02-22 03:44:41 +00:00
|
|
|
"rpm-builder": "^1.2.1",
|
|
|
|
"sinon": "^9.0.0",
|
|
|
|
"sinon-chai": "^3.5.0",
|
2018-05-13 19:00:56 +00:00
|
|
|
"targz": "^1.0.1",
|
2020-02-22 03:44:41 +00:00
|
|
|
"temp": "^0.9.1",
|
2019-07-04 23:17:54 +00:00
|
|
|
"vinyl-source-stream": "^2.0.0",
|
2020-02-14 23:47:25 +00:00
|
|
|
"yarn": "^1.22.0"
|
2017-11-24 03:40:02 +00:00
|
|
|
},
|
2019-07-04 23:17:54 +00:00
|
|
|
"optionalDependencies": {
|
|
|
|
"gulp-appdmg": "^1.0.3"
|
2017-11-24 03:40:02 +00:00
|
|
|
}
|
2017-10-20 00:36:33 +00:00
|
|
|
}
|