No Description

package.json 822B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "@fullcalendar/core",
  3. "version": "4.3.1",
  4. "title": "FullCalendar Core Package",
  5. "description": "Provides core functionality, including the Calendar class",
  6. "keywords": [
  7. "calendar",
  8. "event",
  9. "full-sized"
  10. ],
  11. "homepage": "https://fullcalendar.io/",
  12. "docs": "https://fullcalendar.io/docs/initialize-es6",
  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. "main": "main.js",
  27. "module": "main.esm.js",
  28. "unpkg": "main.min.js",
  29. "types": "main.d.ts"
  30. }