-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
35 lines (35 loc) · 907 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-browser",
"version": "0.6.2",
"description": "Full-featured web browser module for React Native apps, based on TOWebViewController",
"main": "index.ios.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PrestoDoctor/react-native-browser.git"
},
"keywords": [
"react-component",
"react-native",
"ios",
"react",
"native",
"web",
"browser",
"webbrowser",
"webview",
"uiwebview",
"TOWebViewController"
],
"author": "Kyle Powers <kylepowers@gmail.com> (http://kylepowers.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/PrestoDoctor/react-native-browser/issues"
},
"homepage": "https://github.com/PrestoDoctor/react-native-browser#readme",
"peerDependencies": {
"react-native": ">=0.14"
}
}