-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
44 lines (44 loc) · 987 Bytes
/
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
{
"name": "cordova-plugin-x5-webview",
"version": "3.1.3",
"description": "Changes the default WebView to Tencent X5 WebView",
"cordova": {
"id": "cordova-plugin-x5-webview",
"platforms": [
"android"
]
},
"keywords": [
"cordova",
"chromium",
"x5",
"webview",
"tbs",
"ecosystem:cordova",
"cordova-android"
],
"engines": [
{
"name": "cordova-android",
"version": ">=4"
},
{
"name": "cordova-plugman",
"version": ">=5.2.0"
}
],
"author": "Jeremy <[email protected]>",
"license": "Apache-2.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeremyup/cordova-plugin-x5-webview.git"
},
"bugs": {
"url": "https://github.com/jeremyup/cordova-plugin-x5-webview/issues"
},
"homepage": "https://github.com/jeremyup/cordova-plugin-x5-webview#readme"
}