{
  "name": "react-native-webview-rte",
  "version": "0.0.6",
  "description": "A WebView component for react-native more advanced features",
  "author": "Phillip Burch <phillip.burch@live.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/phillipb/react-native-webview-rte"
  },
  "homepage": "https://github.com/phillipb/react-native-webview-rte",
  "license": "MIT",
  "main": "./WebView",
  "keywords": [
    "react-component",
    "react-native",
    "webview",
    "cookie",
    "jsbridge",
    "ios",
    "android"
  ],
  "scripts": {
    "lint": "eslint ./"
  },
  "devDependencies": {
    "babel-eslint": "^6.1.2",
    "eslint": "^2.13.1",
    "eslint-plugin-react": "^4.3.0"
  },
  "peerDependencies": {
    "react-native-webview": "^7.0.3",
    "react-native": ">=0.60s.0",
    "react": "16.0.0-alpha.12",
    "prop-types": "^15.5.8"
  }
}
