forked from ganmor/react-native-webbrowser
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
executable file
·36 lines (36 loc) · 1.02 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
{
"name": "react-native-webbrowser-enhanced",
"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/jreziga/react-native-webbrowser-enhanced.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/jreziga/react-native-webbrowser-enhanced/issues"
},
"homepage": "https://github.com/jreziga/react-native-webbrowser-enhanced#readme",
"dependencies": {
"react-native-loading-spinner-overlay": "0.3.0"
}
}