summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-09-19 20:07:00 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-09-19 20:07:00 -0400
commit5a6e55155a74e3d6d07b826263f682c22999e99c (patch)
treec210907c68713313987302446f27c17094c64a98 /package.json
parent0580c6319a424e21c7a071f3ce741fa7e9e5de70 (diff)
sneak in a new window mechanism #706
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 5 insertions, 6 deletions
diff --git a/package.json b/package.json
index 59643e59..41c0621e 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "zmninjapro",
"description": "Home security mobile app for ZoneMinder",
- "version":"1.3.020",
+ "version": "1.3.020",
"displayName": "zmNinja",
"author": "Pliable Pixels",
"license": "custom see LICENSE.md",
@@ -43,7 +43,6 @@
"cordova-plugin-media-pp-fork": {},
"cordova-plugin-email": {},
"cordova-plugin-statusbar": {},
- "cordova-plugin-certificates": {},
"cordova-library-helper-pp-fork": {},
"cordova-plugin-multi-window": {},
"cordova-plugin-ignore-lint-translation": {},
@@ -53,14 +52,15 @@
},
"phonegap-plugin-push": {
"FCM_VERSION": "11.6.2"
- }
+ },
+ "cordova-plugin-certificates": {}
}
},
"dependencies": {
"clivas": "^0.2.0",
"com.telerik.plugins.nativepagetransitions": "^0.6.5",
"cordova-android": "^6.3.0",
- "cordova-ios": "^4.5.5",
+ "cordova-ios": "latest",
"cordova-library-helper-pp-fork": "^1.0.1",
"cordova-plugin-add-swift-support": "^1.7.2",
"cordova-plugin-android-fingerprint-auth": "^1.4.0",
@@ -143,7 +143,6 @@
"node_modules/clivas/**/*",
"node_modules/keypress/**/*"
],
-
"mac": {
"category": "productivity",
"target": "dmg",
@@ -175,4 +174,4 @@
]
}
}
-}
+} \ No newline at end of file