forked from jordaaash/react-native-webview-crosswalk
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.5 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
{
"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 <jordan@jordansexton.com>",
"contributors": [
{
"name": "Jordan Sexton",
"email": "jordan@jordansexton.com"
}, {
"name": "Faruq Rasid",
"email": "github@ruqqq.sg"
}, {
"name": "Daniel Vicory",
"email": "dvicory@gmail.com"
}
],
"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.6.1",
"react-native": ">=0.46.1"
},
"dependencies": {
"node-wget": "0.4.2"
},
"devDependencies": {
"babel-eslint": "6.1.2",
"eslint": "3.2.2",
"eslint-plugin-react": "6.0.0"
}
}