summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 8 insertions, 4 deletions
diff --git a/package.json b/package.json
index 2a23f8df..7dfda160 100644
--- a/package.json
+++ b/package.json
@@ -1,12 +1,14 @@
{
"name": "zmninjapro",
"description": "Home security mobile app for ZoneMinder",
- "version":"1.3.037",
+ "version": "1.3.038",
"displayName": "zmNinja",
"author": "Pliable Pixels",
"license": "custom see LICENSE.md",
"cordova": {
- "platforms": [],
+ "platforms": [
+ "android"
+ ],
"plugins": {
"cordova-plugin-add-swift-support": {},
"cordova-plugin-android-permissions": {},
@@ -60,6 +62,7 @@
},
"dependencies": {
"clivas": "^0.2.0",
+ "cordova-android": "7.1.4",
"cordova-custom-config": "5.0.2",
"cordova-library-helper-pp-fork": "^1.0.1",
"cordova-plugin-add-swift-support": "^1.7.2",
@@ -98,7 +101,8 @@
"keypress": "^0.2.1",
"menu": "^0.2.5",
"minimist": "^1.2.0",
- "mkdirp": "^0.5.1"
+ "mkdirp": "^0.5.1",
+ "phonegap-plugin-push": "~2.2.3"
},
"devDependencies": {
"@ionic/v1-toolkit": "^1.0.14",
@@ -174,4 +178,4 @@
]
}
}
-}
+} \ No newline at end of file