{
  "name": "react-native-browser",
  "version": "0.6.2",
  "description": "Full-featured web browser module for React Native apps, based on TOWebViewController",
  "main": "index.ios.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PrestoDoctor/react-native-browser.git"
  },
  "keywords": [
    "react-component",
    "react-native",
    "ios",
    "react",
    "native",
    "web",
    "browser",
    "webbrowser",
    "webview",
    "uiwebview",
    "TOWebViewController"
  ],
  "author": "Kyle Powers <kylepowers@gmail.com> (http://kylepowers.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/PrestoDoctor/react-native-browser/issues"
  },
  "homepage": "https://github.com/PrestoDoctor/react-native-browser#readme",
  "peerDependencies": {
    "react-native": ">=0.14"
  }
}
