{
  "name": "@fullcalendar/timeline",
  "version": "5.11.3",
  "title": "FullCalendar Timeline Plugin",
  "description": "Display events on a horizontal time axis (without resources)",
  "docs": "https://fullcalendar.io/docs/timeline-view-no-resources",
  "dependencies": {
    "@fullcalendar/common": "~5.11.3",
    "@fullcalendar/premium-common": "~5.11.3",
    "@fullcalendar/scrollgrid": "~5.11.3",
    "tslib": "^2.1.0"
  },
  "main": "main.cjs.js",
  "module": "main.js",
  "types": "main.d.ts",
  "jsdelivr": "main.global.min.js",
  "browserGlobal": "FullCalendarTimeline",
  "homepage": "https://fullcalendar.io/scheduler",
  "bugs": "https://fullcalendar.io/reporting-bugs",
  "repository": {
    "type": "git",
    "url": "https://github.com/fullcalendar/fullcalendar-scheduler.git",
    "homepage": "https://github.com/fullcalendar/fullcalendar-scheduler"
  },
  "license": "SEE LICENSE IN LICENSE.md",
  "author": {
    "name": "Adam Shaw",
    "email": "arshaw@arshaw.com",
    "url": "http://arshaw.com/"
  },
  "devDependencies": {
    "@fullcalendar/core-preact": "5.11.3"
  }
}