{ "name": "react-native-autoheight-webview", "version": "1.0.0", "description": "An auto height webview for React Native, even auto width for inline html", "main": "autoHeightWebView", "files": [ "index.js", "autoHeightWebView" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/iou90/react-native-autoheight-webview.git" }, "keywords": [ "react", "react-native", "autoheight", "webview" ], "author": "iou90", "license": "ISC", "bugs": { "url": "https://github.com/iou90/react-native-autoheight-webview/issues" }, "homepage": "https://github.com/iou90/react-native-autoheight-webview#readme", "peerDependencies": { "react": "*", "react-native": ">= 0.57.0", "react-native-webview": "^5.2.1" }, "dependencies": { "immutable": "^3.8.2", "prop-types": "^15.7.2" }, "devDependencies": { "babel-eslint": "^8.2.6", "eslint": "^4.18.1", "eslint-plugin-jsx": "^0.0.2", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-react": "^7.12.4", "eslint-plugin-react-native": "^3.6.0" } }