summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-06-03 16:57:07 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-06-03 16:57:07 -0400
commit32d07119c85e9d1c6d310c9a530335d0e8930830 (patch)
tree6b2969a7568b84f3b0242e4ee3c95eaa11b48316 /package.json
parent87c1e58c3ad43bb03ad47949131e7a30e820fffd (diff)
#951 add forced mjpeg support on per monitor basis
Diffstat (limited to 'package.json')
-rw-r--r--package.json24
1 files changed, 14 insertions, 10 deletions
diff --git a/package.json b/package.json
index bfc53c59..c2de688d 100644
--- a/package.json
+++ b/package.json
@@ -61,31 +61,33 @@
"cordova-plugin-inappbrowser": {},
"cordova-plugin-app-version": {},
"cordova-plugin-statusbar-pp-fork": {},
+ "cordova-plugin-statusbar": {},
"cordova-plugin-media-pp-fork": {}
}
},
"dependencies": {
+ "async": "^3.2.0",
"clivas": "^0.2.0",
"cordova-android": "^8.0.0",
"cordova-custom-config": "^5.1.0",
- "cordova-ios": "^5.1.1",
+ "cordova-ios": "^4.5.5",
"cordova-library-helper-pp-fork": "^1.0.1",
- "cordova-plugin-add-swift-support": "1.7.2",
+ "cordova-plugin-add-swift-support": "^1.7.2",
"cordova-plugin-advanced-http": "git+https://github.com/silkimen/cordova-plugin-advanced-http.git",
"cordova-plugin-advanced-websocket": "^1.1.5",
"cordova-plugin-android-fingerprint-auth": "^1.5.0",
- "cordova-plugin-android-permissions": "1.0.2",
- "cordova-plugin-app-version": "0.1.9",
+ "cordova-plugin-android-permissions": "^1.0.2",
+ "cordova-plugin-app-version": "^0.1.9",
"cordova-plugin-cloud-settings": "^1.0.4",
"cordova-plugin-customurlscheme": "^4.4.0",
"cordova-plugin-device": "^2.0.3",
- "cordova-plugin-file": "6.0.2",
+ "cordova-plugin-file": "^6.0.2",
"cordova-plugin-file-transfer": "^1.7.1",
"cordova-plugin-globalization": "^1.11.0",
"cordova-plugin-ignore-lint-translation": "0.0.1",
"cordova-plugin-inappbrowser": "git+https://github.com/apache/cordova-plugin-inappbrowser.git",
"cordova-plugin-insomnia": "^4.3.0",
- "cordova-plugin-ionic-keyboard": "2.2.0",
+ "cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-media-pp-fork": "^1.0.2-dev",
"cordova-plugin-multi-window": "0.0.3",
"cordova-plugin-network-information": "^2.0.2",
@@ -93,11 +95,11 @@
"cordova-plugin-pin-dialog": "^0.1.3",
"cordova-plugin-splashscreen": "git+https://github.com/prageeth/cordova-plugin-splashscreen.git",
"cordova-plugin-statusbar-pp-fork": "^2.4.4-dev",
- "cordova-plugin-touch-id": "3.4.0",
+ "cordova-plugin-touch-id": "^3.4.0",
"cordova-plugin-whitelist": "^1.3.4",
- "cordova-plugin-x-socialsharing": "5.6.4",
+ "cordova-plugin-x-socialsharing": "^5.6.4",
"cordova-sqlite-storage": "^1.5.3",
- "cordova-support-google-services": "1.3.2",
+ "cordova-support-google-services": "^1.3.2",
"deep-equal": "^2.0.3",
"define-properties": "^1.1.3",
"dialog": "^0.3.1",
@@ -111,16 +113,18 @@
"is-arguments": "^1.0.4",
"is-date-object": "^1.0.2",
"is-regex": "^1.0.5",
+ "jshint": "^2.11.1",
"json-file": "^0.1.0",
"jsonfile": "^6.0.1",
"keypress": "^0.2.1",
"menu": "^0.2.5",
"minimist": "^1.2.5",
"mkdirp": "^1.0.4",
+ "node-sass": "^4.14.1",
"object-is": "^1.1.2",
"object-keys": "^1.1.1",
"phonegap-plugin-multidex": "^1.0.0",
- "phonegap-plugin-push": "2.3.0",
+ "phonegap-plugin-push": "^2.3.0",
"regexp.prototype.flags": "^1.3.0"
},
"devDependencies": {