forked from zhangtaii/react-native-offline-cache-webview
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1017 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1017 Bytes
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
{
"name": "react-native-offline-cache-webview",
"version": "0.1.1",
"description": "Offline cache enabled WebView",
"repository": {
"type": "git",
"url": "git+https://github.com/zhangtaii/react-native-offline-cache-webview.git"
},
"license": "MIT",
"main": "./WebView",
"keywords": [
"react-component",
"react-native",
"webview",
"cookie",
"jsbridge",
"ios",
"android",
"offline",
"cache",
"website"
],
"scripts": {
"lint": "eslint ./"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^2.13.1",
"eslint-plugin-react": "^4.3.0"
},
"peerDependencies": {
"react-native": ">=0.46.0",
"react": "16.0.0-alpha.12",
"prop-types": "^15.5.8"
},
"bugs": {
"url": "https://github.com/zhangtaii/react-native-offline-cache-webview/issues"
},
"homepage": "https://github.com/zhangtaii/react-native-offline-cache-webview#readme",
"directories": {
"example": "example"
},
"author": "zhangtaii"
}