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:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2017-03-09 01:39:01 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2017-03-09 01:39:01 +0300
commitd612ffd59cdb1f32374c6e2627e4a0bbd0a36216 (patch)
tree2b8be2d2cd9abab1ba0dc661c325058c4ecacec3 /package.json
parent2766c1ddc92e25827a67ecdb418d616512001032 (diff)
lib updates
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 144077bb..43425424 100644
--- a/package.json
+++ b/package.json
@@ -23,6 +23,9 @@
"dependencies": {
"nw": "^0.18.0",
"jquery": "2.1.4",
- "jquery-ui-npm": "1.12.0"
+ "jquery-ui-npm": "1.12.0",
+ "three": "0.72.0",
+ "inflection": "1.12.0",
+ "bluebird": "3.4.1"
}
}