Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormirko-it <mirko-it@users.noreply.github.com>2019-04-29 18:23:32 +0300
committergiacomo892 <giacomo1989@gmail.com>2019-04-29 18:23:32 +0300
commit3dcffdd2928903f63c9f856968c5055bd4e8dfa3 (patch)
tree7c55b1a84e33d2af1a357c639ff168a650b9a08a /package.json
parentcec7997bfc2d0c6ff452d6c1a73e8530970d6094 (diff)
Offline missions (with FC disconnected) on file (#720)
* Offline missions (with FC disconnected) are now available for load and save to file. Supports XML file format, should be compatible enough with other software * removed default file name * removed code in early stage of future developments * code style and fc buttons * map resize handling
Diffstat (limited to 'package.json')
-rwxr-xr-xpackage.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index a0f77d1d..3454bcbc 100755
--- a/package.json
+++ b/package.json
@@ -34,8 +34,10 @@
"minimist": "^1.2.0",
"nw": "^0.36.1-sdk",
"nw-builder": "^3.5.7",
+ "nw-dialog": "^1.0.7",
"openlayers": "^4.6.5",
"temp": "^0.8.3",
- "three": "0.72.0"
+ "three": "0.72.0",
+ "xml2js": "^0.4.19"
}
}