summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-03-14 09:25:29 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-03-14 09:25:29 -0400
commit58c7e55399591a6a487a9519624bf1e8ad6ca20f (patch)
tree8f376ee677f9ac424ee7e9e26b2e4fa98081f9f0 /package.json
parente484e767ebfdb729e0f87d2dce1094ae6b7dae94 (diff)
Allow mp4 files in notification
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 3cfc328c..b112ba6b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "zmninjapro",
"description": "Home security mobile app for ZoneMinder",
- "version":"1.3.090",
+ "version": "1.3.090",
"displayName": "zmNinja",
"author": "Pliable Pixels",
"license": "custom see LICENSE.md",
@@ -59,10 +59,10 @@
"ANDROID_SUPPORT_V13_VERSION": "27.+",
"FCM_VERSION": "17.0.+"
},
- "cordova-plugin-media-pp-fork": {},
"cordova-plugin-ionic-webview": {
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
- }
+ },
+ "cordova-plugin-media-pp-fork": {}
}
},
"dependencies": {
@@ -153,7 +153,7 @@
"productName": "zmninja-pro",
"compression": "normal",
"asar": true,
- "afterSign":"electron_js/notarize.js",
+ "afterSign": "electron_js/notarize.js",
"directories": {
"buildResources": "electron_js/icons"
},
@@ -226,4 +226,4 @@
]
}
}
-}
+} \ No newline at end of file