UNPKG

opentok-react-native

Version:

React Native components for OpenTok iOS and Android SDKs

49 lines (48 loc) 1.2 kB
{ "name": "opentok-react-native", "version": "0.19.0", "description": "React Native components for OpenTok iOS and Android SDKs", "main": "src/index.js", "homepage": "https://www.tokbox.com", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "opentok", "react-native", "tokbox", "webrtc", "ios", "android", "live", "video", "react" ], "author": "Vonage <devrel@vonage.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/opentok/opentok-react-native.git" }, "dependencies": { "axios": "^0.21.1", "prop-types": "^15.7.2", "underscore": "^1.13.0", "uuid": "^3.4.0" }, "devDependencies": { "babel-jest": "26.6.3", "eslint": "^7.24.0", "eslint-config-airbnb": "^18.2.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.23.2", "eslint-plugin-react-hooks": "^4.2.0", "jest": "26.6.3", "metro-react-native-babel-preset": "0.65.2", "react": "^17.0.1", "react-native": "^0.64.0", "react-test-renderer": "^16.0.9" }, "types": "@types/index.d.ts" }