{
    "name": "react-native-repro",
    "version": "4.3.0",
    "description": "Repro is a mobile analytics tool that lets you have much deeper understanding of mobile app users.",
    "main": "index.js",
    "react-native": "index.js",
    "source": "index.js",
    "files": [
        "src",
        "android",
        "ios",
        "React-Repro.podspec",
        "sdk-ios",
        "sdk-android",
        "!android/build",
        "!ios/build"
    ],
    "keywords": [
        "repro",
        "react-native",
        "react-component",
        "mobile",
        "analytics",
        "ios",
        "android",
        "push",
        "notification",
        "apns",
        "gcm",
        "fcm"
    ],
    "author": {
        "name": "Repro Inc.",
        "email": "sdk@repro.io"
    },
    "license": "LicenseRef-LICENSE",
    "homepage": "https://repro.io",
    "peerDependencies": {
        "react": "*",
        "react-native": "*"
    },
    "codegenConfig": {
        "name": "ReproSpec",
        "type": "modules",
        "jsSrcsDir": "src",
        "android": {
            "javaPackageName": "io.repro.android.reactbridge"
        }
    }
}
