UNPKG

pushwoosh-cordova-plugin

Version:

This plugin allows you to send and receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).

41 lines (40 loc) 954 B
{ "name": "com.pushwoosh.demovoip", "displayName": "demovoip", "version": "1.0.0", "description": "Pushwoosh VoIP Sample App", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "ecosystem:cordova", "pushwoosh", "voip", "callkit" ], "author": "Pushwoosh Team", "license": "Apache-2.0", "devDependencies": { "cordova-android": "^14.0.1", "cordova-ios": "^8.0.1", "pushwoosh-cordova-plugin": "file:../..", "second-webview-plugin": "file:second-webview-plugin" }, "cordova": { "platforms": [ "android", "ios" ], "plugins": { "second-webview-plugin": {}, "pushwoosh-cordova-plugin": { "PW_VOIP_ANDROID_ENABLED": "true", "PW_VOIP_IOS_ENABLED": "true", "LOG_LEVEL": "DEBUG", "IOS_FOREGROUND_ALERT_TYPE": "ALERT", "ANDROID_FOREGROUND_PUSH": "true" } } } }