naoufal/react-native-safari-view

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "react-native-safari-view",
  "version": "2.1.0",
  "description": "A React Native wrapper for Safari View Controller",
  "main": "index",
  "scripts": {
    "lint": "node_modules/.bin/eslint .",
    "test": "npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/naoufal/react-native-safari-view.git"
  },
  "keywords": [
    "react-native",
    "react",
    "native",
    "webview",
    "web",
    "view",
    "safari",
    "safariview",
    "react-component",
    "react-native-component"
  ],
  "author": "Naoufal Kadhom <naoufalkadhom@gmail.com> (https://github.com/naoufal)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/naoufal/react-native-safari-view/issues"
  },
  "homepage": "https://github.com/naoufal/react-native-safari-view",
  "devDependencies": {
    "eslint": "2.0.0",
    "eslint-plugin-react": "3.0.0"
  }
}