54 lines
2.1 KiB
JSON
54 lines
2.1 KiB
JSON
{
|
|
"name": "betaflight-configurator",
|
|
"displayName": "Betaflight Configurator",
|
|
"version": "10.7.0-RC1",
|
|
"description": "Crossplatform configuration tool for Betaflight flight control system.",
|
|
"main": "index.js",
|
|
"scripts": {},
|
|
"author": "The Betaflight open source project.",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"cordova": "^9.0.0",
|
|
"cordova-android": "^8.1.0",
|
|
"cordova-clipboard": "^1.3.0",
|
|
"cordova-open-native-settings": "https://github.com/MaximeAmadasi/cordova-open-native-settings",
|
|
"cordova-plugin-appavailability": "https://github.com/MaximeAmadasi/AppAvailability.git",
|
|
"cordova-plugin-chrome-apps-common": "^1.0.7",
|
|
"cordova-plugin-chrome-apps-runtime": "^2.0.0",
|
|
"cordova-plugin-chrome-apps-storage": "^1.0.4",
|
|
"cordova-plugin-chrome-apps-usb": "https://github.com/MaximeAmadasi/cordova-plugin-chrome-apps-usb.git",
|
|
"cordova-plugin-dialogs": "^2.0.2",
|
|
"cordova-plugin-file": "^6.0.2",
|
|
"cordova-plugin-filechooser": "^1.2.0",
|
|
"cordova-plugin-market": "https://github.com/xmartlabs/cordova-plugin-market.git",
|
|
"cordova-plugin-permission": "^0.1.0",
|
|
"cordova-plugin-splashscreen": "^5.0.3",
|
|
"cordova-plugin-usb-event": "^1.0.2",
|
|
"cordova-plugin-whitelist": "^1.3.4",
|
|
"cordovarduino": "https://github.com/MaximeAmadasi/cordovarduino.git"
|
|
},
|
|
"cordova": {
|
|
"platforms": [
|
|
"android"
|
|
],
|
|
"plugins": {
|
|
"cordova-plugin-chrome-apps-common": {},
|
|
"cordova-plugin-chrome-apps-runtime": {},
|
|
"cordova-plugin-chrome-apps-storage": {},
|
|
"cordova-plugin-whitelist": {},
|
|
"cordova-plugin-splashscreen": {},
|
|
"cordova-plugin-permission": {},
|
|
"cordova-plugin-usb-event": {},
|
|
"cordova-plugin-dialogs": {},
|
|
"cordovarduino": {},
|
|
"cordova-plugin-file": {},
|
|
"cordova-plugin-filechooser": {},
|
|
"cordova-plugin-chrome-apps-usb": {},
|
|
"cordova-clipboard": {},
|
|
"cordova-plugin-screen-orientation": {},
|
|
"cordova-plugin-market": {},
|
|
"cordova-open-native-settings": {},
|
|
"cordova-plugin-appavailability": {}
|
|
}
|
|
}
|
|
} |