{
  "name": "@fullcalendar/resource-timeline",
  "version": "4.3.0",
  "title": "FullCalendar Resource Timeline Plugin",
  "description": "Display events and resources on a horizontal time axis",
  "keywords": [
    "calendar",
    "event",
    "full-sized"
  ],
  "homepage": "https://fullcalendar.io/scheduler",
  "docs": "https://fullcalendar.io/docs/timeline-view",
  "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/"
  },
  "copyright": "2019 Adam Shaw",
  "dependencies": {
    "@fullcalendar/resource-common": "~4.3.0",
    "@fullcalendar/timeline": "~4.3.0"
  },
  "peerDependencies": {
    "@fullcalendar/core": "~4.3.0"
  },
  "main": "main.js",
  "module": "main.esm.js",
  "unpkg": "main.min.js",
  "types": "main.d.ts"
}
