{
  "name": "fullcalendar",
  "version": "5.8.0",
  "title": "FullCalendar Standard Bundle",
  "description": "An easily consumable combination of standard plugins",
  "docs": "https://fullcalendar.io/docs/initialize-globals",
  "devDependencies": {
    "@fullcalendar/bootstrap": "~5.8.0",
    "@fullcalendar/core": "~5.8.0",
    "@fullcalendar/daygrid": "~5.8.0",
    "@fullcalendar/google-calendar": "~5.8.0",
    "@fullcalendar/interaction": "~5.8.0",
    "@fullcalendar/list": "~5.8.0",
    "@fullcalendar/timegrid": "~5.8.0"
  },
  "main": "main.js",
  "jsdelivr": "main.min.js",
  "browserGlobal": "FullCalendar",
  "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": "Adam Shaw",
    "email": "arshaw@arshaw.com",
    "url": "http://arshaw.com/"
  }
}