No Description

package.json 876B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "@fullcalendar/bootstrap",
  3. "version": "4.3.0",
  4. "title": "FullCalendar Bootstrap Plugin",
  5. "description": "Bootstrap 4 theming for your calendar",
  6. "keywords": [
  7. "calendar",
  8. "event",
  9. "full-sized"
  10. ],
  11. "homepage": "https://fullcalendar.io/",
  12. "docs": "https://fullcalendar.io/docs/bootstrap-theme",
  13. "bugs": "https://fullcalendar.io/reporting-bugs",
  14. "repository": {
  15. "type": "git",
  16. "url": "https://github.com/fullcalendar/fullcalendar.git",
  17. "homepage": "https://github.com/fullcalendar/fullcalendar"
  18. },
  19. "license": "MIT",
  20. "author": {
  21. "name": "Adam Shaw",
  22. "email": "arshaw@arshaw.com",
  23. "url": "http://arshaw.com/"
  24. },
  25. "copyright": "2019 Adam Shaw",
  26. "peerDependencies": {
  27. "@fullcalendar/core": "~4.3.0"
  28. },
  29. "main": "main.js",
  30. "module": "main.esm.js",
  31. "unpkg": "main.min.js",
  32. "types": "main.d.ts"
  33. }