{
  "name": "@fullcalendar-lw/icalendar",
  "version": "5.5.1-3",
  "title": "FullCalendar iCalendar Plugin",
  "description": "Fetch events from a public iCalendar / .ics feed",
  "dependencies": {
    "@fullcalendar-lw/common": "5.5.1-3",
    "ical.js": "^1.4.0",
    "tslib": "^2.0.3"
  },
  "main": "main.cjs.js",
  "module": "main.js",
  "types": "main.d.ts",
  "jsdelivr": "main.global.min.js",
  "browserGlobal": "FullCalendarICalendar",
  "repository": {
    "type": "git",
    "url": "https://github.com/aleksandr-erin/fullcalendar.git",
    "homepage": "https://github.com/aleksandr-erin/fullcalendar"
  },
  "license": "MIT",
  "author": {
    "name": "NJ Pearman",
    "email": "n.pearman@gmail.com",
    "url": "https://github.com/njpearman/"
  }
}