diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/package.json b/package.json index 511871a1..330b9038 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zmninjapro", "description": "Home security mobile app for ZoneMinder", - "version": "1.3.086", + "version":"1.3.086", "displayName": "zmNinja", "author": "Pliable Pixels", "license": "custom see LICENSE.md", @@ -67,7 +67,17 @@ "dependencies": { "app-builder-lib": "^22.1.0", "clivas": "^0.2.0", + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1", + "is-arguments": "^1.0.4", + "is-date-object": "^1.0.2", + "is-regex": "^1.0.5", + "object-is": "^1.0.2", "object-keys": "^1.1.1", + "regexp.prototype.flags": "^1.3.0", "cordova-android": "8.0.0", "cordova-custom-config": "^5.1.0", "cordova-ios": "^5.0.1", @@ -158,8 +168,17 @@ "node_modules/menu/**/*", "node_modules/clivas/**/*", "node_modules/keypress/**/*", - "node_modules/object-keys/**/*" - + "node_modules/define-properties/**/*", + "node_modules/es-abstract/**/*", + "node_modules/function-bind/**/*", + "node_modules/has/**/*", + "node_modules/has-symbols/**/*", + "node_modules/is-arguments/**/*", + "node_modules/is-date-object/**/*", + "node_modules/is-regex/**/*", + "node_modules/object-is/**/*", + "node_modules/object-keys/**/*", + "node_modules/regexp.prototype.flags/**/*" ], "mac": { "category": "productivity", @@ -195,4 +214,4 @@ ] } } -}
\ No newline at end of file +} |
