{ "name": "@fullcalendar/timegrid", "version": "5.11.0", "title": "FullCalendar Time Grid Plugin", "description": "Display your events on a grid of time slots", "docs": "https://fullcalendar.io/docs/timegrid-view", "dependencies": { "@fullcalendar/common": "~5.11.0", "@fullcalendar/daygrid": "~5.11.0", "tslib": "^2.1.0" }, "main": "main.cjs.js", "module": "main.js", "types": "main.d.ts", "jsdelivr": "main.global.min.js", "browserGlobal": "FullCalendarTimeGrid", "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/" }, "devDependencies": { "@fullcalendar/core-preact": "5.11.0" } }