forked from iou90/react-native-autoheight-webview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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
38
39
40
41
42
43
44
45
46
{
"name": "react-native-autoheight-webview",
"version": "0.10.6",
"description": "An auto height webview for React Native",
"main": "autoHeightWebView",
"files": [
"index.js",
"android",
"autoHeightWebView"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iou90/react-native-autoheight-webview.git"
},
"keywords": [
"react",
"react-native",
"autoheight",
"webview"
],
"author": "iou90",
"license": "ISC",
"bugs": {
"url": "https://github.com/iou90/react-native-autoheight-webview/issues"
},
"homepage": "https://github.com/iou90/react-native-autoheight-webview#readme",
"peerDependencies": {
"react": "*",
"react-native": ">= 0.56.0"
},
"dependencies": {
"immutable": "^3.8.1",
"prop-types": "^15.6.2"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"eslint": "^4.18.1",
"eslint-plugin-jsx": "^0.0.2",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-react-native": "^3.2.1"
}
}