{
  "name": "tealium-react-native-jlandrum",
  "title": "Tealium React Native",
  "version": "2.1.1",
  "description": "A native module for using Tealium's Kotlin and Swift libraries.",
  "main": "index.js",
  "types": "*.ts",
  "homepage": "https://github.com/jlandrum/tealium-react-native",
  "bugs": "https://github.com/jlandrum/tealium-react-native/issues",
  "files": [
    "README.md",
    "android",
    "common.ts",
    "index.js",
    "index.d.ts",
    "ios",
    "tealium-react-native.podspec"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jlandrum/tealium-react-native.git",
    "baseUrl": "https://github.com/jlandrum/tealium-react-native"
  },
  "keywords": [
    "react-native",
    "tealium"
  ],
  "author": {
    "name": "Tealium"
  },
  "contributors": [
      "James Keith",
      "Christina Sund"
  ],
  "license": "Commercial",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "peerDependencies": {
    "react": "^16.8.1",
    "react-native": ">=0.60.0-rc.0 <1.0.x"
  },
  "devDependencies": {
    "react": "^16.9.0",
    "react-native": "^0.61.5"
  }
}
