UNPKG

react-native-calling

Version:
46 lines (45 loc) 1.23 kB
{ "name": "react-native-calling", "title": "React Native Calling", "version": "1.1.18", "description": "React Native webrtc Audio calling package", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/soumyadeephalder/react-native-calling.git", "baseUrl": "https://github.com/soumyadeephalder/react-native-calling" }, "homepage": "https://github.com/soumyadeephalder/react-native-calling#readme", "keywords": [ "react-native", "react-native-calling", "react-native-webrtc", "react-native-incall-manager", "react-native-websocket" ], "author": { "name": "deepsoumya", "email": "soumyadeephalder1@gmail.com" }, "license": "MIT", "licenseFilename": "LICENSE", "readmeFilename": "README.md", "dependencies": { "native-base": "^2.13.8", "prop-types": "^15.5.10", "react-native-vector-icons": "^6.6.0", "react-native-websocket": "^1.0.2", "uuid": "^3.3.2" }, "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" } }