forked from radiegtya/react-native-webbrowser
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.08 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
{
"name": "react-native-mobile-browser",
"version": "0.2.0",
"description": "A cross-platform (iOS / Android), full-featured in-app web browser component for React Native that is highly customizable. Suitable with latest RN",
"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/radiegtya/react-native-webbrowser.git"
},
"keywords": [
"webview",
"webbrowser",
"mobile",
"mobile-browser",
"browser",
"web",
"native",
"react",
"ios",
"android",
"react-native",
"react-component"
],
"author": "forked by Ega Radiegtya (radiegtya@yahoo.co.id), original author Daniel Korger <dan@imake.io> (https://imake.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/radiegtya/react-native-webbrowser/issues"
},
"homepage": "https://github.com/radiegtya/react-native-webbrowser#readme",
"dependencies": {
"react-native-loading-spinner-overlay": "0.4.1"
}
}