forked from jordaaash/react-native-webview-crosswalk
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
59 lines (59 loc) · 1.49 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "react-native-webkit-webview",
"version": "0.10.7",
"description": "Better performance WebView component",
"scripts": {
"postinstall": "node get_library.js",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-china/react-native-webkit-webview.git"
},
"keywords": [
"react",
"native",
"react native",
"webview",
"crosswalk",
"xwalk",
"android",
"webkit"
],
"author": "Oboo Chin <oboochin@gmail.com>",
"contributors": [
{
"name": "Jordan Sexton",
"email": "jordan@jordansexton.com"
},
{
"name": "Faruq Rasid",
"email": "github@ruqqq.sg"
},
{
"name": "Daniel Vicory",
"email": "dvicory@gmail.com"
},
{
"name": "oboo chin",
"email": "oboochin@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/react-native-china/react-native-webkit-webview/issues"
},
"dependencies": {
"node-wget": "^0.4.2"
},
"homepage": "https://github.com/react-native-china/react-native-webkit-webview",
"peerDependencies": {
"react": ">=15.3.0",
"react-native": ">=0.32.0"
},
"devDependencies": {
"babel-eslint": "6.1.2",
"eslint": "3.2.2",
"eslint-plugin-react": "6.0.0"
}
}