package.json 412 B

123456789101112131415
  1. {
  2. "private": true,
  3. "name": "@fullcalendar/bootstrap",
  4. "version": "4.4.2",
  5. "title": "FullCalendar Bootstrap Plugin",
  6. "description": "Bootstrap 4 theming for your calendar",
  7. "docs": "https://fullcalendar.io/docs/bootstrap-theme",
  8. "browserGlobal": "FullCalendarBootstrap",
  9. "peerDependencies": {
  10. "@fullcalendar/core": "~4.4.0"
  11. },
  12. "devDependencies": {
  13. "@fullcalendar/core": "~4.4.0"
  14. }
  15. }