forked from jr-k/react-native-webbrowser-enhanced
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·40 lines (40 loc) · 1.09 KB
/
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
37
38
39
40
{
"name": "react-native-webbrowser-wkwebview",
"version": "0.0.11",
"description": "A cross-platform (iOS / Android), full-featured in-app web browser component for React Native that is highly customizable",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JodiWarren/react-native-webbrowser-wkwebview.git"
},
"keywords": [
"webview",
"webbrowser",
"browser",
"web",
"native",
"react",
"ios",
"android",
"react-native",
"react-component"
],
"author": "Daniel Korger <[email protected]> (https://imake.io)",
"contributors": [
"ganmor",
"JRK"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/JodiWarren/react-native-webbrowser-wkwebview/issues"
},
"homepage": "https://github.com/JodiWarren/react-native-webbrowser-wkwebview#readme",
"dependencies": {
"react-native-loading-spinner-overlay": "0.3.0",
"react-native-wkwebview-reborn": "^1.6.0"
}
}