-
Notifications
You must be signed in to change notification settings - Fork 110
/
package.json
36 lines (36 loc) · 891 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"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 <[email protected]> (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"
}
}