-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
44 lines (44 loc) · 982 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-tbs",
"version": "4.3.0",
"description": "Use Tencent Browser Service(TBS) instead of System WebView for Cordova App",
"cordova": {
"id": "cordova-plugin-x5-tbs",
"platforms": [
"android"
]
},
"keywords": [
"cordova",
"chromium",
"x5",
"webview",
"tbs",
"ecosystem:cordova",
"cordova-android"
],
"engines": [
{
"name": "cordova-android",
"version": ">=4"
},
{
"name": "cordova-plugman",
"version": ">=4.2.0"
}
],
"author": "zsx <[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/zsxsoft/cordova-plugin-x5-tbs.git"
},
"bugs": {
"url": "https://github.com/zsxsoft/cordova-plugin-x5-tbs/issues"
},
"homepage": "https://github.com/zsxsoft/cordova-plugin-x5-tbs#readme"
}