UNPKG

react-native-sip2

Version:
51 lines (50 loc) 1.26 kB
{ "scripts": { "postinstall": "bash libs.sh", "lint": "eslint ./src", "generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose" }, "author": { "name": "Anton Dodonov", "email": "cpodimas@gmail.com" }, "bugs": { "url": "https://github.com/telefon-one/react-native-sip2/issues" }, "dependencies": { "events": "1.1.0" }, "devDependencies": { "babel-eslint": "^10.0.0", "eslint": "^5.6.0", "eslint-config-airbnb": "^17.1.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.1", "eslint-plugin-react": "^7.11.1", "eslint-plugin-react-native": "^3.3.0", "gh-pages": "^2.0.0", "jsdoc": "^3.5.5", "minami": "^1.2.3" }, "name": "react-native-sip2", "description": "SIP module based on PjSIP for React Native", "homepage": "https://github.com/telefon-one/react-native-sip2/", "keywords": [ "react-component", "react-native", "ios", "android", "pjsip", "sip" ], "nativePackage": true, "optionalDependencies": {}, "peerDependencies": { "react-native": ">=0.40.0" }, "repository": { "type": "git", "url": "git+https://github.com/telefon-one/react-native-sip2.git" }, "version": "3.0.2" }