123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "react-native-autoheight-webview",
- "version": "0.1.0",
- "description": "An auto height webview for React Native",
- "main": "autoHeightWebView",
- "files": [
- "android/",
- "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",
- "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",
- "dependencies": {
- "react-immutable-component": "0.0.1"
- }
- }
|