summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-12-13 09:39:06 -0500
committerPliable Pixels <pliablepixels@gmail.com>2018-12-13 09:39:06 -0500
commit135c83f3ed62f4f88bf74add68ac7009059fc204 (patch)
treeff32bd04aeb12f8dde685d97410aea70ac367ee5 /package.json
parente2e21ee046c07f5000a6cf1fbd2a7f52cea00b8b (diff)
migrate manual hook to resource, fix android notification icon #762
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