diff options
| author | = <=> | 2019-03-07 08:41:11 -0500 |
|---|---|---|
| committer | = <=> | 2019-03-07 08:41:11 -0500 |
| commit | fcc1e457a997123133e713ba438e2c47843a090b (patch) | |
| tree | 701fbf8773f1403761b82cfda6a63ccf0105323e /package.json | |
| parent | 827f65abaaadf8a62518ba629f2e056de85c149a (diff) | |
nits
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package.json b/package.json index 55e1a966..101ec59b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zmninjapro", "description": "Home security mobile app for ZoneMinder", - "version":"1.3.050", + "version": "1.3.050", "displayName": "zmNinja", "author": "Pliable Pixels", "license": "custom see LICENSE.md", @@ -57,10 +57,10 @@ "FCM_VERSION": "11.6.2" }, "cordova-custom-config": {}, - "cordova-plugin-media-pp-fork": {}, "cordova-plugin-ionic-webview": { "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" - } + }, + "cordova-plugin-media-pp-fork": {} } }, "dependencies": { @@ -99,6 +99,7 @@ "cordova-plugin-x-socialsharing": "^5.4.4", "cordova-sqlite-storage": "^1.5.3", "deep-equal": "^1.0.1", + "dialog": "^0.3.1", "electron-window-state": "^4.1.1", "es6-promise-plugin": "^4.2.2", "jsonfile": "^4.0.0", @@ -184,4 +185,4 @@ ] } } -} +}
\ No newline at end of file |
