Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

38 lignes
900 B

  1. {
  2. "name": "cordova-plugin-compat",
  3. "description": "[DEPRECATED] This repo is for remaining backwards compatible with previous versions of Cordova.",
  4. "version": "1.2.0",
  5. "homepage": "http://github.com/apache/cordova-plugin-compat#readme",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/apache/cordova-plugin-compat.git"
  9. },
  10. "bugs": {
  11. "url": "https://github.com/apache/cordova-plugin-compat/issues"
  12. },
  13. "cordova": {
  14. "id": "cordova-plugin-compat",
  15. "platforms": [
  16. "android"
  17. ]
  18. },
  19. "keywords": [
  20. "ecosystem:cordova",
  21. "ecosystem:phonegap",
  22. "cordova-android"
  23. ],
  24. "engines": {
  25. "cordovaDependencies": {
  26. "<1.2.0": {
  27. "cordova": ">=5.0.0"
  28. },
  29. ">=1.2.0": {
  30. "cordova": ">=5.0.0",
  31. "cordova-android": "<6.3.0"
  32. }
  33. }
  34. },
  35. "author": "Apache Software Foundation",
  36. "license": "Apache-2.0"
  37. }