From 30726c41cea20fb6a8d6dce8bfb64a6966025871 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 25 Nov 2017 11:33:21 -0500 Subject: #562 next version of zmNinja will need new Event Server too --- package.json | 219 ++++++++++++++++++++++++++++++----------------------------- 1 file changed, 112 insertions(+), 107 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 22bc36c9..cafa1da0 100644 --- a/package.json +++ b/package.json @@ -1,110 +1,115 @@ { - "name": "com.pliablepixels.zmninjapro", - "version": "1.2.44", - "displayName": "zmNinja", - "cordova": { - "platforms": [ - "android", - "ios" - ], - "plugins": { - "com.telerik.plugins.nativepagetransitions": {}, - "cordova-library-helper": { - "PHOTO_LIBRARY_USAGE_DESCRIPTION": "Save media to your Camera Roll" - }, - "cordova-plugin-add-swift-support": {}, - "cordova-plugin-android-permissions": {}, - "cordova-plugin-app-version": {}, - "cordova-plugin-compat": {}, - "cordova-plugin-console": {}, - "cordova-plugin-customurlscheme": { - "URL_SCHEME": "zmninja" - }, - "cordova-plugin-device": {}, - "cordova-plugin-file": {}, - "cordova-plugin-file-transfer": {}, - "cordova-plugin-globalization": {}, - "cordova-plugin-inappbrowser": {}, - "cordova-plugin-insomnia": {}, - "cordova-plugin-ios-longpress-fix": {}, - "cordova-plugin-media": { - "MICROPHONE_USAGE_DESCRIPTION": " " - }, - "cordova-plugin-network-information": {}, - "cordova-plugin-photo-library": { - "PHOTO_LIBRARY_USAGE_DESCRIPTION": "images to gallery" - }, - "cordova-plugin-pin-dialog": {}, - "cordova-plugin-settings-hook": {}, - "cordova-plugin-splashscreen": {}, - "cordova-plugin-websocket": {}, - "cordova-plugin-whitelist": {}, - "cordova-sqlite-storage": {}, - "ionic-plugin-keyboard": {}, - "org.devgeeks.Canvas2ImagePlugin": { - "PHOTOLIBRARY_USAGE_DESCRIPTION": " " - }, - "phonegap-plugin-mobile-accessibility": {}, - "phonegap-plugin-push": { - "SENDER_ID": "710936220256" - }, - "cordova-custom-config": {}, - "cordova.plugins.diagnostic": {}, - "cordova-plugin-email": {}, - "cordova-plugin-touch-id": {}, - "cordova-plugin-android-fingerprint-auth": {}, - "cordova-plugin-statusbar": {}, - "cordova-plugin-certificates": {} - } - }, - "dependencies": { - "EmailComposer": "git+https://github.com/pliablepixels/email-composer.git", - "com.telerik.plugins.nativepagetransitions": "^0.6.5", - "cordova-android": "^6.2.3", - "cordova-custom-config": "^4.0.2", - "cordova-ios": "^4.5.1", - "cordova-library-helper": "^1.0.4", - "cordova-plugin-add-swift-support": "^1.7.0", - "cordova-plugin-android-fingerprint-auth": "^1.4.0", - "cordova-plugin-android-permissions": "^1.0.0", - "cordova-plugin-app-version": "^0.1.9", - "cordova-plugin-canvas2image": "git+https://github.com/flache/Canvas2ImagePlugin.git", - "cordova-plugin-certificates": "git+https://github.com/hypery2k/cordova-certificate-plugin.git", - "cordova-plugin-compat": "^1.2.0", - "cordova-plugin-console": "^1.1.0", - "cordova-plugin-customurlscheme": "^4.3.0", - "cordova-plugin-device": "^1.1.6", - "cordova-plugin-email": "git+https://github.com/pliablepixels/cordova-email-plugin.git", - "cordova-plugin-file": "^4.3.3", - "cordova-plugin-file-transfer": "^1.6.3", - "cordova-plugin-globalization": "^1.0.7", - "cordova-plugin-inappbrowser": "^1.7.1", - "cordova-plugin-insomnia": "^4.3.0", - "cordova-plugin-ios-longpress-fix": "^1.1.0", - "cordova-plugin-media": "git+https://github.com/pliablepixels/cordova-plugin-media.git", - "cordova-plugin-network-information": "^1.3.3", - "cordova-plugin-photo-library": "^1.2.2", - "cordova-plugin-pin-dialog": "^0.1.3", - "cordova-plugin-settings-hook": "^0.2.7", - "cordova-plugin-splashscreen": "^4.0.3", - "cordova-plugin-statusbar": "git+https://github.com/apache/cordova-plugin-statusbar.git", - "cordova-plugin-touch-id": "^3.2.0", - "cordova-plugin-websocket": "^0.12.2", - "cordova-plugin-whitelist": "^1.3.2", - "cordova-sqlite-storage": "^1.5.3", - "cordova.plugins.diagnostic": "^3.7.1", - "deep-equal": "^1.0.1", - "default-passive-events": "^0.1.1", - "electron-window-state": "^4.1.1", - "ionic-plugin-keyboard": "^2.2.1", - "json-file": "^0.1.0", - "minimist": "^1.2.0", - "mkdirp": "^0.5.1", - "org.devgeeks.Canvas2ImagePlugin": "https://github.com/flache/Canvas2ImagePlugin", - "phonegap-plugin-mobile-accessibility": "^1.0.5", - "phonegap-plugin-push": "^1.10.5" - }, - "devDependencies": { - "bower": "^1.8.2" + "name": "com.pliablepixels.zmninjapro", + "version": "1.2.44", + "displayName": "zmNinja", + "cordova": { + "platforms": [ + "ios", + "android" + ], + "plugins": { + "com.telerik.plugins.nativepagetransitions": {}, + "cordova-library-helper": { + "PHOTO_LIBRARY_USAGE_DESCRIPTION": "Save media to your Camera Roll" + }, + "cordova-plugin-add-swift-support": {}, + "cordova-plugin-android-permissions": {}, + "cordova-plugin-app-version": {}, + "cordova-plugin-compat": {}, + "cordova-plugin-console": {}, + "cordova-plugin-customurlscheme": { + "URL_SCHEME": "zmninja" + }, + "cordova-plugin-device": {}, + "cordova-plugin-file": {}, + "cordova-plugin-file-transfer": {}, + "cordova-plugin-globalization": {}, + "cordova-plugin-inappbrowser": {}, + "cordova-plugin-insomnia": {}, + "cordova-plugin-ios-longpress-fix": {}, + "cordova-plugin-media": { + "MICROPHONE_USAGE_DESCRIPTION": " " + }, + "cordova-plugin-network-information": {}, + "cordova-plugin-photo-library": { + "PHOTO_LIBRARY_USAGE_DESCRIPTION": "images to gallery" + }, + "cordova-plugin-pin-dialog": {}, + "cordova-plugin-settings-hook": {}, + "cordova-plugin-splashscreen": {}, + "cordova-plugin-websocket": {}, + "cordova-plugin-whitelist": {}, + "cordova-sqlite-storage": {}, + "ionic-plugin-keyboard": {}, + "org.devgeeks.Canvas2ImagePlugin": { + "PHOTOLIBRARY_USAGE_DESCRIPTION": " " + }, + "phonegap-plugin-mobile-accessibility": {}, + "cordova-custom-config": {}, + "cordova.plugins.diagnostic": {}, + "cordova-plugin-email": {}, + "cordova-plugin-touch-id": {}, + "cordova-plugin-android-fingerprint-auth": {}, + "cordova-plugin-certificates": {}, + "phonegap-plugin-push": { + "FCM_VERSION": "11.0.1" + }, + "cordova-plugin-statusbar": {} } + }, + "dependencies": { + "EmailComposer": "git+https://github.com/pliablepixels/email-composer.git", + "com.telerik.plugins.nativepagetransitions": "^0.6.5", + "cordova-android": "6.4.0", + "cordova-custom-config": "^4.0.2", + "cordova-ios": "4.5.4", + "cordova-library-helper": "^1.0.4", + "cordova-plugin-add-swift-support": "^1.7.0", + "cordova-plugin-android-fingerprint-auth": "^1.4.0", + "cordova-plugin-android-permissions": "^1.0.0", + "cordova-plugin-app-version": "^0.1.9", + "cordova-plugin-canvas2image": "git+https://github.com/flache/Canvas2ImagePlugin.git", + "cordova-plugin-certificates": "git+https://github.com/hypery2k/cordova-certificate-plugin.git", + "cordova-plugin-compat": "^1.2.0", + "cordova-plugin-console": "^1.1.0", + "cordova-plugin-customurlscheme": "^4.3.0", + "cordova-plugin-device": "^1.1.6", + "cordova-plugin-email": "git+https://github.com/pliablepixels/cordova-email-plugin.git", + "cordova-plugin-file": "^4.3.3", + "cordova-plugin-file-transfer": "^1.6.3", + "cordova-plugin-globalization": "^1.0.7", + "cordova-plugin-inappbrowser": "^1.7.1", + "cordova-plugin-insomnia": "^4.3.0", + "cordova-plugin-ios-longpress-fix": "^1.1.0", + "cordova-plugin-media": "git+https://github.com/pliablepixels/cordova-plugin-media.git", + "cordova-plugin-network-information": "^1.3.3", + "cordova-plugin-photo-library": "^1.2.2", + "cordova-plugin-pin-dialog": "^0.1.3", + "cordova-plugin-settings-hook": "^0.2.7", + "cordova-plugin-splashscreen": "^4.0.3", + "cordova-plugin-statusbar": "git+https://github.com/apache/cordova-plugin-statusbar.git", + "cordova-plugin-touch-id": "^3.2.0", + "cordova-plugin-websocket": "^0.12.2", + "cordova-plugin-whitelist": "^1.3.2", + "cordova-sqlite-storage": "^1.5.3", + "cordova.plugins.diagnostic": "^3.7.1", + "deep-equal": "^1.0.1", + "default-passive-events": "^0.1.1", + "electron-window-state": "^4.1.1", + "ionic-plugin-keyboard": "^2.2.1", + "json-file": "^0.1.0", + "minimist": "^1.2.0", + "mkdirp": "^0.5.1", + "org.devgeeks.Canvas2ImagePlugin": "https://github.com/flache/Canvas2ImagePlugin", + "phonegap-plugin-mobile-accessibility": "^1.0.5", + "phonegap-plugin-push": "^2.1.1" + }, + "devDependencies": { + "bower": "^1.8.2", + "gulp": "^3.9.1", + "gulp-concat": "^2.6.1", + "gulp-minify-css": "^1.2.4", + "gulp-rename": "^1.2.2", + "gulp-sass": "^3.1.0" + } } \ No newline at end of file -- cgit v1.2.3 From 5bb274adac923461f361e683b65c7acbe42df0f9 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 7 Dec 2017 16:18:29 -0500 Subject: #91 - initial support - needs formatting --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index cafa1da0..07e37e6e 100644 --- a/package.json +++ b/package.json @@ -50,17 +50,17 @@ "cordova-plugin-email": {}, "cordova-plugin-touch-id": {}, "cordova-plugin-android-fingerprint-auth": {}, - "cordova-plugin-certificates": {}, "phonegap-plugin-push": { "FCM_VERSION": "11.0.1" }, - "cordova-plugin-statusbar": {} + "cordova-plugin-statusbar": {}, + "cordova-plugin-certificates": {} } }, "dependencies": { "EmailComposer": "git+https://github.com/pliablepixels/email-composer.git", "com.telerik.plugins.nativepagetransitions": "^0.6.5", - "cordova-android": "6.4.0", + "cordova-android": "^6.3.0", "cordova-custom-config": "^4.0.2", "cordova-ios": "4.5.4", "cordova-library-helper": "^1.0.4", -- cgit v1.2.3