package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "fullcalendar",
  3. "version": "5.6.0",
  4. "title": "FullCalendar Standard Bundle",
  5. "description": "An easily consumable combination of standard plugins",
  6. "docs": "https://fullcalendar.io/docs/initialize-globals",
  7. "devDependencies": {
  8. "@fullcalendar/bootstrap": "workspace:~5.6.0",
  9. "@fullcalendar/core": "workspace:~5.6.0",
  10. "@fullcalendar/daygrid": "workspace:~5.6.0",
  11. "@fullcalendar/google-calendar": "workspace:~5.6.0",
  12. "@fullcalendar/interaction": "workspace:~5.6.0",
  13. "@fullcalendar/list": "workspace:~5.6.0",
  14. "@fullcalendar/timegrid": "workspace:~5.6.0"
  15. },
  16. "main": "main.js",
  17. "jsdelivr": "main.min.js",
  18. "browserGlobal": "FullCalendar",
  19. "homepage": "https://fullcalendar.io/",
  20. "bugs": "https://fullcalendar.io/reporting-bugs",
  21. "repository": {
  22. "type": "git",
  23. "url": "https://github.com/fullcalendar/fullcalendar.git",
  24. "homepage": "https://github.com/fullcalendar/fullcalendar"
  25. },
  26. "license": "MIT",
  27. "author": {
  28. "name": "Adam Shaw",
  29. "email": "[email protected]",
  30. "url": "http://arshaw.com/"
  31. }
  32. }