-
Notifications
You must be signed in to change notification settings - Fork 157
/
package.json
35 lines (35 loc) · 854 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-webview-android",
"version": "1.1.17",
"description": "Simple React Native Android module to use Android's WebView inside your app",
"main": "index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"react-native",
"react-component",
"web",
"webview",
"html",
"frame",
"iframe",
"embed",
"android",
"upload",
"files",
"input"
],
"author": "Lucas Ferreira <[email protected]>",
"license": "MIT",
"repository": "https://github.com/lucasferreira/react-native-webview-android",
"bugs": "https://github.com/lucasferreira/react-native-webview-android/issues",
"peerDependencies": {
"react-native": "*"
},
"dependencies": {
"create-react-class": "^15.6.2",
"prop-types": "^15.6.0"
}
}