UNPKG

wonderpush-cordova-sdk

Version:

Mobile push notification delivery with the WonderPush service. The WonderPush Cordova SDK is compatible with iOS and Android.

76 lines (75 loc) 1.71 kB
{ "name": "wonderpush-cordova-sdk", "version": "3.5.0", "description": "Mobile push notification delivery with the WonderPush service. The WonderPush Cordova SDK is compatible with iOS and Android.", "typings": "types/index.d.ts", "main": "www/WonderPush.js", "dependencies": { "fs-extra": "^8.1.0", "xcode": "^2.0.0" }, "devDependencies": { "ink-docstrap": "^1.3.2", "jsdoc": "^3.6.3" }, "scripts": { "doc": " jsdoc -c jsdoc-conf.json --access public,undefined", "doc-protected": "jsdoc -c jsdoc-conf.json --access public,protected,undefined", "doc-private": " jsdoc -c jsdoc-conf.json --access all" }, "repository": { "type": "git", "url": "https://github.com/wonderpush/wonderpush-cordova-sdk" }, "standard": { "globals": [ "cordova" ] }, "cordova": { "id": "wonderpush-cordova-sdk", "platforms": [ "android", "ios" ] }, "engines": { "cordovaDependencies": { "<2.0.0": { "cordova-android": "<7.0.0", "cordova-ios": "<5.0.0" }, "2.0.0": { "cordova-android": ">=8.0.0", "cordova-ios": ">=5.0.0" } } }, "bugs": { "url": "https://github.com/wonderpush/wonderpush-cordova-sdk/issues" }, "keywords": [ "ecosystem:cordova", "cordova-android", "cordova-ios", "wonderpush", "cordova", "phonegap", "push", "web push", "web push notifications", "webpush", "GDPR", "RGPD", "notification", "notifications", "push notification", "push notifications", "apn", "apns", "gcm", "fcm" ], "author": "dev@wonderpush.com", "license": "Apache-2.0" }