From 135c83f3ed62f4f88bf74add68ac7009059fc204 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 13 Dec 2018 09:39:06 -0500 Subject: migrate manual hook to resource, fix android notification icon #762 --- package.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'package.json') 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 -- cgit v1.2.3