2017-10-20 00:36:33 +00:00
|
|
|
{
|
2017-11-24 03:40:02 +00:00
|
|
|
"name": "betaflight-configurator",
|
|
|
|
"description": "Crossplatform configuration tool for Betaflight flight control system.",
|
2018-06-26 23:24:44 +00:00
|
|
|
"version": "10.3.1",
|
2017-12-08 16:19:21 +00:00
|
|
|
"main": "main_nwjs.html",
|
2018-01-24 23:37:07 +00:00
|
|
|
"bg-script": "js/eventPage.js",
|
2017-11-24 03:40:02 +00:00
|
|
|
"default_locale": "en",
|
|
|
|
"scripts": {
|
2017-12-07 19:10:38 +00:00
|
|
|
"start": "node node_modules/gulp/bin/gulp.js debug",
|
2017-11-24 03:40:02 +00:00
|
|
|
"_postinstall": "node ./node_modules/platform-dependent-modules/cli.js",
|
2017-11-25 11:45:41 +00:00
|
|
|
"postinstall": "npm run _postinstall",
|
2018-05-29 21:53:35 +00:00
|
|
|
"gulp": "gulp",
|
2018-06-01 16:46:10 +00:00
|
|
|
"test": "karma start test/karma.conf.js"
|
2017-11-24 03:40:02 +00:00
|
|
|
},
|
|
|
|
"window": {
|
2017-12-14 18:22:19 +00:00
|
|
|
"show": false,
|
|
|
|
"icon": "images/bf_icon_128.png"
|
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",
|
2018-01-24 21:46:56 +00:00
|
|
|
"/images/icons/cf_icon_position.png"
|
|
|
|
]
|
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",
|
2018-01-25 12:45:55 +00:00
|
|
|
"dependencies": {
|
|
|
|
"i18next": "^10.3.0",
|
2018-02-14 12:36:40 +00:00
|
|
|
"i18next-xhr-backend": "^1.5.1",
|
2018-04-27 09:57:52 +00:00
|
|
|
"lru_map": "^0.3.3",
|
2018-02-14 12:36:40 +00:00
|
|
|
"marked": "^0.3.12"
|
2018-01-25 12:45:55 +00:00
|
|
|
},
|
2017-11-24 03:40:02 +00:00
|
|
|
"devDependencies": {
|
2018-05-29 21:53:35 +00:00
|
|
|
"chai": "^4.1.2",
|
2018-01-29 15:14:24 +00:00
|
|
|
"command-exists": "^1.2.2",
|
2017-11-24 03:40:02 +00:00
|
|
|
"del": "^3.0.0",
|
2018-05-13 19:00:56 +00:00
|
|
|
"follow-redirects": "^1.4.1",
|
|
|
|
"fs-extra": "^6.0.1",
|
2018-01-10 14:36:12 +00:00
|
|
|
"gulp": "~4.0.0",
|
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",
|
2017-12-04 19:09:52 +00:00
|
|
|
"gulp-install": "^1.1.0",
|
2018-01-05 17:58:27 +00:00
|
|
|
"gulp-rename": "~1.2.2",
|
|
|
|
"gulp-zip": "^4.1.0",
|
2017-11-24 03:40:02 +00:00
|
|
|
"inflection": "1.12.0",
|
|
|
|
"jquery-ui-npm": "1.12.0",
|
2018-05-29 21:53:35 +00:00
|
|
|
"karma": "^2.0.0",
|
|
|
|
"karma-chai": "^0.1.0",
|
|
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
|
|
"karma-mocha": "^1.3.0",
|
|
|
|
"karma-sinon": "^1.0.5",
|
|
|
|
"karma-sinon-chai": "^1.3.4",
|
2018-01-02 16:19:02 +00:00
|
|
|
"makensis": "^0.9.0",
|
2018-05-29 21:53:35 +00:00
|
|
|
"mocha": "^5.2.0",
|
2018-06-07 13:33:55 +00:00
|
|
|
"nw-builder": "^3.5.2",
|
2017-11-24 03:40:02 +00:00
|
|
|
"os": "^0.1.1",
|
|
|
|
"platform-dependent-modules": "0.0.14",
|
2018-05-16 18:55:24 +00:00
|
|
|
"rpm-builder": "^0.7.0",
|
2018-06-07 13:33:55 +00:00
|
|
|
"sinon": "^5.1.0",
|
2018-05-29 21:53:35 +00:00
|
|
|
"sinon-chai": "^3.1.0",
|
2018-05-13 19:00:56 +00:00
|
|
|
"targz": "^1.0.1",
|
2018-01-10 14:36:12 +00:00
|
|
|
"temp": "^0.8.3"
|
2017-11-24 03:40:02 +00:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"platformDependentModules": {
|
|
|
|
"darwin": [
|
|
|
|
"gulp-appdmg@1.0.3"
|
|
|
|
]
|
2017-10-20 00:36:33 +00:00
|
|
|
}
|
2017-11-24 03:40:02 +00:00
|
|
|
}
|
2017-10-20 00:36:33 +00:00
|
|
|
}
|