package.json 286 B

123456789
  1. {
  2. "private": true,
  3. "name": "@fullcalendar/core",
  4. "version": "4.4.2",
  5. "title": "FullCalendar Core Package",
  6. "description": "Provides core functionality, including the Calendar class",
  7. "docs": "https://fullcalendar.io/docs/initialize-es6",
  8. "browserGlobal": "FullCalendar"
  9. }