No Description

package.json 967B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "@fullcalendar/moment-timezone",
  3. "version": "4.3.0",
  4. "title": "FullCalendar Moment Timezone Plugin",
  5. "description": "A connector to the moment-timezone library",
  6. "keywords": [
  7. "calendar",
  8. "event",
  9. "full-sized"
  10. ],
  11. "homepage": "https://fullcalendar.io/",
  12. "docs": "https://fullcalendar.io/docs/moment-plugins#moment-timezone",
  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. "moment": "^2.24.0",
  29. "moment-timezone": "^0.5.25"
  30. },
  31. "main": "main.js",
  32. "module": "main.esm.js",
  33. "unpkg": "main.min.js",
  34. "types": "main.d.ts"
  35. }