{
  "name": "react-native-clean-webview",
  "version": "1.0.1",
  "description": "React Native component for rendering a clean WebView (using Readability algorithm)",
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jameslawler/react-native-clean-webview.git"
  },
  "keywords": [
    "react",
    "native",
    "clean",
    "webview",
    "readability"
  ],
  "author": "James Lawler",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jameslawler/react-native-clean-webview/issues"
  },
  "homepage": "https://github.com/jameslawler/react-native-clean-webview#readme",
  "peerDependencies": {
    "react": "^16.2.0",
    "react-native": "^0.53.0"
  },
  "devDependencies": {
    "babel-eslint": "^8.2.1",
    "eslint": "^4.17.0",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-react": "^7.6.1",
    "eslint-plugin-react-native": "^3.2.1",
    "react": "^16.2.0",
    "react-native": "^0.53.0"
  },
  "dependencies": {
    "prop-types": "^15.6.0",
    "script_sanitize": "^1.2.6"
  }
}
