{
  "name": "react-native-zoom-sdk",
  "version": "0.19.1",
  "description": "Zoom.us SDK bridge for React Native",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react-native",
    "Zoom MobileRTC SDK",
    "video calls"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/reactor-studio/react-native-zoom-sdk"
  },
  "author": "Ivan Vukovic <3.14wee@gmail.com>",
  "license": "MIT",
  "peerDependencies": {
    "react-native": "~0.50.0"
  },
  "dependencies": {
    "xcode": "^1.0.0"
  },
  "rnpm": {
    "commands": {
      "postlink": "node node_modules/react-native-zoom-sdk/scripts/postlink"
    }
  }
}
