-
Notifications
You must be signed in to change notification settings - Fork 73
/
package.json
35 lines (35 loc) · 960 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
{
"name": "react-native-webbrowser",
"version": "0.0.6",
"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/d-a-n/react-native-webbrowser.git"
},
"keywords": [
"webview",
"webbrowser",
"browser",
"web",
"native",
"react",
"ios",
"android",
"react-native",
"react-component"
],
"author": "Daniel Korger <[email protected]> (https://imake.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/d-a-n/react-native-webbrowser/issues"
},
"homepage": "https://github.com/d-a-n/react-native-webbrowser#readme",
"dependencies": {
"react-native-loading-spinner-overlay": "0.0.6"
}
}