| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "cordova-plugin-webview-x5",
- "version": "0.3.2-alpha.1",
- "description": "Changes the default WebView to x5",
- "cordova": {
- "id": "cordova-plugin-webview-x5",
- "platforms": [
- "android"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/liuxiaoy/cordova-plugin-webview-x5.git"
- },
- "keywords": [
- "ecosystem:cordova",
- "cordova-android",
- "webview",
- "x5"
- ],
- "author": "liuxiaoy",
- "license": "Apache 2.0",
- "bugs": {
- "url": "https://github.com/liuxiaoy/cordova-plugin-webview-x5/issues"
- },
- "homepage": "https://github.com/liuxiaoy/cordova-plugin-webview-x5",
- "engines": [
- {
- "name": "cordova-android",
- "version": ">=4"
- },
- {
- "name": "cordova-plugman",
- "version": ">=5.2.0"
- }
- ]
- }
|