react-native-safari-view
Version:
A React Native wrapper for Safari View Controller
37 lines (36 loc) • 891 B
JSON
{
"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"
}
}