{ "name": "io.corber.hinohearts", "displayName": "hinoHearts", "version": "1.0.0", "description": "A sample Apache Cordova application that responds to the deviceready event.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "ecosystem:cordova" ], "author": "Apache Cordova Team", "license": "Apache-2.0", "dependencies": { "cordova-android": "^8.1.0", "cordova-ios": "^5.1.1", "cordova-plugin-firebase-analytics": "^4.3.1", "cordova-plugin-firebase-messaging": "^4.4.1", "cordova-plugin-ionic-webview": "^5.0.0", "cordova-plugin-keyboard": "^1.2.0", "cordova-plugin-statusbar": "^2.4.3", "cordova-plugin-whitelist": "^1.3.4", "cordova-support-android-plugin": "^1.0.2", "cordova-support-google-services": "^1.4.1" }, "devDependencies": {}, "cordova": { "plugins": { "cordova-plugin-firebase-messaging": { "FIREBASE_MESSAGING_VERSION": "20.1.+", "ANDROIDX_CORE_VERSION": "1.2.+" }, "cordova-plugin-ionic-webview": {}, "cordova-plugin-whitelist": {}, "cordova-plugin-statusbar": {}, "cordova-plugin-keyboard": {} }, "platforms": [ "ios", "android" ] } }