react-native-wonderpush
Version:
Mobile push notification delivery with the WonderPush service. The WonderPush ReactNative SDK is compatible with iOS and Android.
51 lines (50 loc) • 1.19 kB
JSON
{
"name": "react-native-wonderpush",
"title": "React Native Wonderpush",
"version": "2.5.0",
"description": "Mobile push notification delivery with the WonderPush service. The WonderPush ReactNative SDK is compatible with iOS and Android.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/wonderpush/react-native-wonderpush.git",
"baseUrl": "https://github.com/wonderpush/react-native-wonderpush"
},
"keywords": [
"react-native",
"wonderpush",
"push",
"mobile push",
"mobile push notifications",
"GDPR",
"RGPD",
"notification",
"notifications",
"push notification",
"push notifications",
"apn",
"apns",
"gcm",
"fcm",
"hcm"
],
"author": {
"name": "WonderPush",
"email": "dev@wonderpush.com"
},
"contributors": [
"Rakesh Palotra"
],
"license": "Apache-2.0",
"readmeFilename": "README.md",
"peerDependencies": {
"react": ">=16.8.1",
"react-native": ">=0.61.5 <1.0.x"
},
"devDependencies": {
"react": "^16.9.0",
"react-native": "^0.61.5"
}
}