diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-12-13 09:39:06 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-12-13 09:39:06 -0500 |
| commit | 135c83f3ed62f4f88bf74add68ac7009059fc204 (patch) | |
| tree | ff32bd04aeb12f8dde685d97410aea70ac367ee5 /package.json | |
| parent | e2e21ee046c07f5000a6cf1fbd2a7f52cea00b8b (diff) | |
migrate manual hook to resource, fix android notification icon #762
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 12 |
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 |
