package.json 810 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "cordova-plugin-webview-x5",
  3. "version": "0.3.2-alpha.1",
  4. "description": "Changes the default WebView to x5",
  5. "cordova": {
  6. "id": "cordova-plugin-webview-x5",
  7. "platforms": [
  8. "android"
  9. ]
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/liuxiaoy/cordova-plugin-webview-x5.git"
  14. },
  15. "keywords": [
  16. "ecosystem:cordova",
  17. "cordova-android",
  18. "webview",
  19. "x5"
  20. ],
  21. "author": "liuxiaoy",
  22. "license": "Apache 2.0",
  23. "bugs": {
  24. "url": "https://github.com/liuxiaoy/cordova-plugin-webview-x5/issues"
  25. },
  26. "homepage": "https://github.com/liuxiaoy/cordova-plugin-webview-x5",
  27. "engines": [
  28. {
  29. "name": "cordova-android",
  30. "version": ">=4"
  31. },
  32. {
  33. "name": "cordova-plugman",
  34. "version": ">=5.2.0"
  35. }
  36. ]
  37. }