From 32d07119c85e9d1c6d310c9a530335d0e8930830 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 3 Jun 2020 16:57:07 -0400 Subject: #951 add forced mjpeg support on per monitor basis --- package.json | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to 'package.json') 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": { -- cgit v1.2.3