forked from CRAlpha/react-native-wkwebview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.03 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
{
"author": {
"name": "Ruoyu Sun",
"email": "ruoysun@gmail.com"
},
"bugs": {
"url": "https://github.com/collegepulse/react-native-wkwebview-simple/issues"
},
"dependencies": {
"fbjs": "^0.8.3"
},
"description": "React Native WKWebView wrapper that offers WKWebView's performance with UIWebView API parity.",
"maintainers": [
{
"email": "peter.mikitsh@gmail.com",
"name": "Peter Mikitsh"
}
],
"devDependencies": {},
"homepage": "https://github.com/collegepulse/react-native-wkwebview-simple",
"keywords": [
"react",
"native",
"wkwebview",
"webview",
"ios"
],
"license": "MIT",
"main": "index.js",
"name": "react-native-wkwebview-simple",
"optionalDependencies": {},
"peerDependencies": {
"react-native": "*"
},
"pre-push#master": [
"lint"
],
"repository": {
"type": "git",
"url": "git+https://github.com/collegepulse/react-native-wkwebview-simple.git"
},
"scripts": {
"lint": "eslint --ext .js --ext .jsx ."
},
"version": "1.4.1"
}