{
  "name": "@yellowexpress/react-native-intercom",
  "version": "14.0.1",
  "description": "A React Native client for Intercom.io",
  "main": "./lib/IntercomClient.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tinycreative/react-native-intercom.git"
  },
  "author": "Asa Miller",
  "contributors": [
    {
      "name": "Asa Miller",
      "email": "asa@tinycreative.com"
    },
    {
      "name": "Franklyn Tackitt",
      "email": "frank@comanage.com"
    },
    {
      "name": "Jason Brown",
      "email": "browniefed@gmail.com"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tinycreative/react-native-intercom/issues"
  },
  "homepage": "https://github.com/tinycreative/react-native-intercom",
  "dependencies": {},
  "peerDependencies": {
    "react": "^16.8.1",
    "react-native": ">=0.59.0-rc.0 <1.0.x"
  },
  "devDependencies": {
    "react": "^16.9.0",
    "react-native": "^0.61.5"
  }
}
