fullcalendar.jquery.json 873 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "fullcalendar",
  3. "version": "2.0.0-beta2",
  4. "dependencies": {
  5. "jquery": "~1.10.2",
  6. "moment": ">=2.5.0"
  7. },
  8. "optionalDependencies": {
  9. "jquery-ui": "~1.10.3"
  10. },
  11. "title": "FullCalendar",
  12. "description": "Full-sized drag & drop event calendar",
  13. "keywords": [ "calendar", "event", "full-sized" ],
  14. "homepage": "http://arshaw.com/fullcalendar/",
  15. "demo": "http://arshaw.com/fullcalendar/",
  16. "docs": "http://arshaw.com/fullcalendar/docs/",
  17. "download": "http://arshaw.com/fullcalendar/download/",
  18. "bugs": "http://code.google.com/p/fullcalendar/issues/list",
  19. "licenses": [
  20. {
  21. "type": "MIT",
  22. "url": "https://github.com/arshaw/fullcalendar/blob/master/license.txt"
  23. }
  24. ],
  25. "author": {
  26. "name": "Adam Shaw",
  27. "email": "[email protected]",
  28. "url": "http://arshaw.com/"
  29. },
  30. "copyright": "2013 Adam Shaw"
  31. }