{ "name": "com.umycode.sixtyfour", "displayName": "SixtyFour", "version": "1.0.0", "description": "An app that bridges 8x8 and Matrix", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "ecosystem:cordova" ], "author": "Apache Cordova Team", "license": "Apache-2.0", "devDependencies": { "cordova-android": "^9.0.0", "cordova-plugin-background-mode": "git+https://git.umycode.com/dave/cordova-plugin-run-in-background.git", "cordova-plugin-device": "^2.0.3", "cordova-plugin-whitelist": "^1.3.4", "cordova-support-google-services": "^1.3.2", "phonegap-plugin-multidex": "^1.0.0", "phonegap-plugin-push": "^2.3.0", "cordova-plugin-reply-to-notification": "git+https://git.umycode.com/dave/cordova-plugin-reply-to-notification.git" }, "cordova": { "plugins": { "cordova-plugin-whitelist": {}, "cordova-plugin-background-mode": {}, "phonegap-plugin-push": { "ANDROID_SUPPORT_V13_VERSION": "27.+", "FCM_VERSION": "17.0.+" }, "cordova-plugin-device": {}, "cordova-plugin-reply-to-notification": {} }, "platforms": [ "android" ] }, "dependencies": {} }