package.json 907 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "@fullcalendar/icalendar",
  3. "version": "5.11.5",
  4. "title": "FullCalendar iCalendar Plugin",
  5. "description": "Fetch events from a public iCalendar / .ics feed",
  6. "docs": "https://fullcalendar.io/docs/icalendar",
  7. "dependencies": {
  8. "@fullcalendar/common": "workspace:~5.11.5",
  9. "ical.js": "^1.4.0",
  10. "tslib": "^2.1.0"
  11. },
  12. "main": "main.cjs.js",
  13. "module": "main.js",
  14. "types": "main.d.ts",
  15. "jsdelivr": "main.global.min.js",
  16. "browserGlobal": "FullCalendarICalendar",
  17. "homepage": "https://fullcalendar.io/",
  18. "bugs": "https://fullcalendar.io/reporting-bugs",
  19. "repository": {
  20. "type": "git",
  21. "url": "https://github.com/fullcalendar/fullcalendar.git",
  22. "homepage": "https://github.com/fullcalendar/fullcalendar"
  23. },
  24. "license": "MIT",
  25. "author": {
  26. "name": "NJ Pearman",
  27. "email": "[email protected]",
  28. "url": "https://github.com/njpearman/"
  29. }
  30. }