-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.82 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
48
49
50
51
52
{
"name": "betaflight-configurator",
"private": true,
"version": "10.3.0",
"description": "Crossplatform configuration tool for Betaflight flight control system",
"dependencies": {
"cordova-android": "^6.4.0",
"cordova-android-support-gradle-release": "^1.4.2",
"cordova-browser": "^4.1.0",
"cordova-plugin-chrome-apps-common": "^1.0.7",
"cordova-plugin-chrome-apps-runtime": "^2.0.0",
"cordova-plugin-chrome-apps-sockets-tcp": "git+https://github.com/KoenLav/cordova-plugin-chrome-apps-sockets-tcp.git",
"cordova-plugin-chrome-apps-storage": "^1.0.4",
"cordova-plugin-crosswalk-webview": "^2.4.0",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-whitelist": "^1.3.3",
"cordovarduino": "git+https://github.com/xseignard/cordovarduino.git",
"fr.drangies.cordova.serial": "https://github.com/xseignard/cordovarduino.git"
},
"devDependencies": {
"del": "^3.0.0",
"fs-extra": "^6.0.1",
"gulp": "~4.0.0",
"gulp-install": "^1.1.0",
"gulp-replace": "^1.0.0"
},
"cordova": {
"plugins": {
"cordova-plugin-crosswalk-webview": {
"XWALK_VERSION": "23+",
"XWALK_LITEVERSION": "xwalk_core_library_canary:17+",
"XWALK_COMMANDLINE": "--disable-pull-to-refresh-effect",
"XWALK_MODE": "embedded",
"XWALK_MULTIPLEAPK": "true"
},
"fr.drangies.cordova.serial": {},
"cordova-plugin-splashscreen": {},
"cordova-android-support-gradle-release": {
"ANDROID_SUPPORT_VERSION": "27.+"
},
"cordova-plugin-statusbar": {},
"cordova-plugin-chrome-apps-storage": {},
"cordova-plugin-chrome-apps-runtime": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-chrome-apps-sockets-tcp": {}
},
"platforms": [
"android"
]
}
}