react-native-moengage-geofence
Version:
MoEngage React Native package to support geofence based campaigns in iOS platform
51 lines (50 loc) • 1.13 kB
JSON
{
"name": "react-native-moengage-geofence",
"version": "7.0.2",
"description": "MoEngage React Native package to support geofence based campaigns in iOS platform",
"main": "src/index.ts",
"files": [
"android",
"iOS",
"src",
"CHANGELOG.md",
"ReactNativeMoEngageGeofence.podspec",
"package.json",
"!**/__tests__",
"!**/__mocks__"
],
"peerDependencies": {
"react-native-moengage": "^12.0.0"
},
"keywords": [
"moengage",
"push-notification",
"react-native",
"ios",
"android",
"geofence"
],
"scripts": {
"test": "echo \"Test cases not available\" && exit 0",
"build": "echo \"Not required\" && exit 0"
},
"author": {
"name": "MoEngage",
"email": "mobiledevs@moengage.com"
},
"contributors": [
"MoEngage <mobiledevs@moengage.com>"
],
"license": "SEE LICENSE IN LICENSE.txt",
"devDependencies": {
"react-native": "0.73.0"
},
"codegenConfig": {
"name": "NativeMoEngageGeofenceSpec",
"type": "modules",
"jsSrcsDir": "src",
"android": {
"javaPackageName": "com.moengage.react.geofence"
}
}
}