package.json 880 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "cordova-plugin-calendar",
  3. "version": "4.5.5",
  4. "description": "This plugin allows you to manipulate the native calendar.",
  5. "cordova": {
  6. "id": "cordova-plugin-calendar",
  7. "platforms": [
  8. "ios",
  9. "android"
  10. ]
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin.git"
  15. },
  16. "keywords": [
  17. "Calendar",
  18. "Agenda",
  19. "Event",
  20. "ecosystem:cordova",
  21. "cordova-ios",
  22. "cordova-android"
  23. ],
  24. "engines": [
  25. {
  26. "name": "cordova",
  27. "version": ">=3.0.0"
  28. }
  29. ],
  30. "author": "Eddy Verbruggen <eddyverbruggen@gmail.com> (https://github.com/EddyVerbruggen)",
  31. "license": "MIT",
  32. "bugs": {
  33. "url": "https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin/issues"
  34. },
  35. "homepage": "https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin#readme"
  36. }