forked from jordaaash/react-native-webview-crosswalk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.17 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
{
"name": "react-native-webview-crosswalk",
"version": "0.2.5-post9",
"description": "Crosswalk's WebView for React Native on Android",
"scripts": {
"postinstall": "./crosswalk.sh"
},
"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 <jordan@jordansexton.com>",
"contributors": [
{
"name": "Jordan Sexton",
"email": "jordan@jordansexton.com"
}, {
"name": "Faruq Rasid",
"email": "github@ruqqq.sg"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jordansexton/react-native-webview-crosswalk/issues"
},
"homepage": "https://github.com/jordansexton/react-native-webview-crosswalk",
"peerDependencies": {
"react": ">=0.14.5",
"react-native": ">=0.25.0"
}
}