forked from Wizcorp/cordova-plugin-webviewselector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 856 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
{
"name": "cordova-plugin-webviewselector",
"version": "0.3.2",
"description": "plugin allowing developers that are using cordova-plugin-crosswalk-webview to switch dynamically between Crosswalk webview and system one",
"repository": {
"type": "git",
"url": "https://github.com/Wizcorp/cordova-plugin-webviewselector.git"
},
"keywords": [
"wizcorp",
"cordova",
"crosswalk",
"webview",
"selector",
"native",
"android",
"ecosystem:cordova",
"cordova-android"
],
"author": "Wizcorp Inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Wizcorp/cordova-plugin-webviewselector/issues"
},
"homepage": "https://github.com/Wizcorp/cordova-plugin-webviewselector#readme",
"cordova": {
"id": "cordova-plugin-webviewselector",
"platforms": [
"android"
]
}
}