This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
forked from jordaaash/react-native-webview-crosswalk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.54 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-webview-crosswalk",
"version": "0.5.0",
"description": "Crosswalk's WebView for React Native on Android",
"scripts": {
"postinstall": "node get_library.js",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/jordansexton/react-native-webview-crosswalk.git"
},
"keywords": [
"react",
"native",
"react native",
"webview",
"crosswalk",
"xwalk",
"android"
],
"author": "Jordan Sexton <[email protected]>",
"contributors": [
{
"name": "Jordan Sexton",
"email": "[email protected]"
},
{
"name": "Faruq Rasid",
"email": "[email protected]"
},
{
"name": "Daniel Vicory",
"email": "[email protected]"
},
{
"name": "Jan Schütze",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jordansexton/react-native-webview-crosswalk/issues"
},
"homepage": "https://github.com/jordansexton/react-native-webview-crosswalk",
"peerDependencies": {
"react": ">=15.3.0",
"react-native": ">=0.32.0"
},
"dependencies": {
"node-wget": "0.4.2",
"react-addons-pure-render-mixin": "15.6.0"
},
"devDependencies": {
"babel-eslint": "6.1.2",
"eslint": "3.2.2",
"eslint-plugin-react": "6.0.0"
}
}