summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json238
1 files changed, 56 insertions, 182 deletions
diff --git a/package.json b/package.json
index 741f50c2..7430ba00 100644
--- a/package.json
+++ b/package.json
@@ -1,181 +1,27 @@
{
- "name": "zmninja",
- "version": "1.0.0",
- "description": "zmNinja: An Awesome ZoneMinder app",
- "dependencies": {
- "@angular/common": "^2.0.0-rc.3",
- "@angular/compiler": "^2.0.0-rc.3",
- "@angular/core": "^2.0.0-rc.3",
- "@angular/http": "^2.0.0-rc.3",
- "@angular/platform-browser": "^2.0.0-rc.3",
- "@angular/platform-browser-dynamic": "^2.0.0-rc.3",
- "@angular/router": "^2.0.0-rc.2",
- "@angular/tsc-wrapped": "^4.4.3",
- "@ionic/app-scripts": "^2.1.4",
- "angular-cli": "^1.0.0-beta.28.3",
- "async": "^1.4.2",
- "autoprefixer": "^7.1.4",
- "com.telerik.plugins.nativepagetransitions": "^0.6.5",
- "cordova-android": "^6.2.3",
- "cordova-ios": "^4.4.0",
- "cordova-library-helper": "^1.0.4",
- "cordova-plugin-add-swift-support": "^1.7.0",
- "cordova-plugin-android-permissions": "^1.0.0",
- "cordova-plugin-app-version": "^0.1.9",
- "cordova-plugin-compat": "^1.1.0",
- "cordova-plugin-console": "^1.0.7",
- "cordova-plugin-crosswalk-certificate": "git+https://github.com/danjarvis/cordova-plugin-crosswalk-certificate.git",
- "cordova-plugin-crosswalk-webview": "^2.2.0",
- "cordova-plugin-customurlscheme": "^4.3.0",
- "cordova-plugin-device": "^1.1.6",
- "cordova-plugin-email": "^1.2.6",
- "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": "^2.2.3",
- "cordova-plugin-touchid": "^0.4.0",
- "cordova-plugin-websocket": "^0.12.2",
- "cordova-plugin-whitelist": "^1.3.2",
- "cordova-sqlite-storage": "^1.5.3",
- "electron-window-state": "^4.0.2",
- "gulp-concat": "^2.2.0",
- "gulp-minify-css": "^0.3.0",
- "gulp-rename": "^1.2.0",
- "gulp-sass": "^2.0.0",
- "ionic-angular": "^2.0.0-beta.10",
- "ionic-app-lib": "^0.7.0",
- "ionic-plugin-keyboard": "^2.2.1",
- "phonegap-plugin-mobile-accessibility": "^1.0.5",
- "phonegap-plugin-push": "^1.9.0",
- "rxjs": "^5.4.3",
- "typescript": "^2.4.1",
- "org.devgeeks.Canvas2ImagePlugin": "https://github.com/flache/Canvas2ImagePlugin"
- },
- "devDependencies": {
- "@ionic/cli-plugin-gulp": "1.0.2",
- "bower": "^1.3.3",
- "clean-css": "^3.4.0",
- "cordova-uglify": "^0.2.6",
- "gulp": "^3.9.1",
- "gulp-angular-templatecache": "^1.6.0",
- "gulp-util": "^2.2.14",
- "ionic": "3.12.0",
- "jshint": "^2.8.0",
- "ng-annotate": "^1.0.2",
- "shelljs": "^0.3.0",
- "uglify-js": "^2.4.24"
- },
- "cordovaPlugins": [
- {
- "locator": "https://github.com/litehelpers/Cordova-sqlite-storage.git",
- "id": "cordova-sqlite-storage"
- },
- "cordova-plugin-settings-hook",
- "cordova-plugin-file",
- "cordova-plugin-compat",
- "cordova-plugin-inappbrowser",
- "cordova-plugin-ios-longpress-fix",
- "cordova-plugin-splashscreen",
- "cordova-plugin-touchid",
- "cordova-plugin-websocket",
- "cordova-plugin-whitelist",
- "ionic-plugin-keyboard",
- {
- "locator": "https://github.com/EddyVerbruggen/Insomnia-PhoneGap-Plugin.git",
- "id": "cordova-plugin-insomnia"
- },
- "cordova-plugin-pin-dialog",
- {
- "locator": "https://github.com/Telerik-Verified-Plugins/NativePageTransitions",
- "id": "com.telerik.plugins.nativepagetransitions"
- },
- {
- "locator": "https://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization.git",
- "id": "cordova-plugin-globalization"
- },
- "cordova-plugin-console",
- "cordova-plugin-app-version",
- "cordova-plugin-android-permissions",
- "cordova-plugin-network-information",
- "cordova-plugin-statusbar",
- {
- "locator": "https://github.com/phonegap/phonegap-mobile-accessibility.git",
- "id": "phonegap-plugin-mobile-accessibility"
- },
- {
- "locator": "https://github.com/apache/cordova-plugin-device.git",
- "id": "cordova-plugin-device"
- },
- {
- "locator": "https://github.com/pliablepixels/cordova-plugin-media",
- "id": "cordova-plugin-media"
- },
- "cordova-plugin-add-swift-support",
- "cordova-plugin-file-transfer",
- {
- "locator": "https://github.com/FlyingDonkeyDev/cordova-library-helper",
- "id": "cordova-library-helper"
- },
- "cordova-plugin-photo-library",
- {
- "id": "cordova-plugin-customurlscheme",
- "locator": "cordova-plugin-customurlscheme",
- "variables": {
- "URL_SCHEME": "zmninja"
- }
- },
- {
- "id": "phonegap-plugin-push",
- "locator": "phonegap-plugin-push",
- "variables": {
- "SENDER_ID": "710936220256"
- }
- },
- {
- "locator": "https://github.com/hypery2k/cordova-certificate-plugin",
- "id": "cordova-plugin-certificates"
- }
- ],
- "cordovaPlatforms": [
- {
- "platform": "ios",
- "version": "",
- "locator": "ios"
- },
- {
- "platform": "android",
- "version": "",
- "locator": "android"
- }
- ],
+ "name": "com.pliablepixels.zmninjapro",
+ "version": "1.2.44",
+ "displayName": "zmNinja",
"cordova": {
"platforms": [
"android",
"ios"
],
"plugins": {
- "cordova-plugin-photo-library": {
- "PHOTO_LIBRARY_USAGE_DESCRIPTION": "images to gallery"
- },
- "cordova-plugin-settings-hook": {},
- "cordova-sqlite-storage": {},
+ "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-email": {},
"cordova-plugin-file": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-globalization": {},
@@ -186,34 +32,62 @@
"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-statusbar": {},
"cordova-plugin-touchid": {},
"cordova-plugin-websocket": {},
"cordova-plugin-whitelist": {},
+ "cordova-sqlite-storage": {},
"ionic-plugin-keyboard": {},
- "phonegap-plugin-mobile-accessibility": {},
- "cordova-plugin-add-swift-support": {},
- "cordova-plugin-customurlscheme": {
- "URL_SCHEME": "zmninja"
+ "org.devgeeks.Canvas2ImagePlugin": {
+ "PHOTOLIBRARY_USAGE_DESCRIPTION": " "
},
- "com.telerik.plugins.nativepagetransitions": {},
+ "phonegap-plugin-mobile-accessibility": {},
"phonegap-plugin-push": {
"SENDER_ID": "710936220256"
},
- "cordova-plugin-email": {},
- "cordova-plugin-statusbar": {},
- "cordova-plugin-crosswalk-certificate": {},
- "cordova-plugin-crosswalk-webview": {
- "XWALK_MODE": "lite",
- "XWALK_VERSION": "17.46.459.1",
- "XWALK_LITEVERSION": "xwalk_core_library_canary:17+",
- "XWALK_COMMANDLINE": "--disable-pull-to-refresh-effect",
- "XWALK_MULTIPLEAPK": "true"
- },
- "org.devgeeks.Canvas2ImagePlugin": {
- "PHOTOLIBRARY_USAGE_DESCRIPTION": " "
- }
+ "cordova-plugin-certificates": {}
}
+ },
+ "dependencies": {
+ "com.telerik.plugins.nativepagetransitions": "^0.6.5",
+ "cordova-android": "^6.2.3",
+ "cordova-ios": "^4.4.0",
+ "cordova-library-helper": "^1.0.4",
+ "cordova-plugin-add-swift-support": "^1.7.0",
+ "cordova-plugin-android-permissions": "^1.0.0",
+ "cordova-plugin-app-version": "^0.1.9",
+ "cordova-plugin-certificates": "git+https://github.com/hypery2k/cordova-certificate-plugin.git",
+ "cordova-plugin-compat": "^1.1.0",
+ "cordova-plugin-console": "^1.0.7",
+ "cordova-plugin-customurlscheme": "^4.3.0",
+ "cordova-plugin-device": "^1.1.6",
+ "cordova-plugin-email": "^1.2.6",
+ "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": "^2.2.3",
+ "cordova-plugin-touchid": "^0.4.0",
+ "cordova-plugin-websocket": "^0.12.2",
+ "cordova-plugin-whitelist": "^1.3.2",
+ "cordova-sqlite-storage": "^1.5.3",
+ "ionic-plugin-keyboard": "^2.2.1",
+ "org.devgeeks.Canvas2ImagePlugin": "https://github.com/flache/Canvas2ImagePlugin",
+ "phonegap-plugin-mobile-accessibility": "^1.0.5",
+ "phonegap-plugin-push": "^1.9.0"
}
-}
+} \ No newline at end of file