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