package.json 861 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "cordova-plugin-compat",
  3. "description": "This repo is for remaining backwards compatible with previous versions of Cordova.",
  4. "version": "1.0.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. {
  26. "name": "cordova",
  27. "version": ">=5.0.0"
  28. }
  29. ],
  30. "author": "Apache Software Foundation",
  31. "license": "Apache-2.0"
  32. }