UNPKG

react-native-zoom-bridge

Version:

React-native bridge for ZoomUs video conference calls SDK

41 lines (40 loc) 1.03 kB
{ "name": "react-native-zoom-bridge", "version": "1.0.18", "description": "React-native bridge for ZoomUs video conference calls SDK", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/chaimPaneth/react-native-zoom-bridge.git" }, "keywords": [ "react-native", "Zoom SDK", "MobileRTC", "zoom.us", "video calls", "conference calls", "chat online" ], "author": "chaimPaneth <chaim@chaimpaneth.com> (chaimpaneth.com)", "license": "MIT", "peerDependencies": { "react": "~15.4.0-rc.4", "react-native": ">0.41.2" }, "dependencies": { "xcode": "^1.0.0" }, "bugs": { "url": "https://github.com/chaimPaneth/react-native-zoom-bridge/issues" }, "homepage": "https://github.com/chaimPaneth/react-native-zoom-bridge#readme", "rnpm": { "commands": { "postlink": "node node_modules/react-native-zoom-bridge/scripts/postlink" } } }