.bower.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "fullcalendar",
  3. "title": "FullCalendar",
  4. "description": "Full-sized drag & drop event calendar",
  5. "keywords": [
  6. "calendar",
  7. "event",
  8. "full-sized",
  9. "jquery-plugin"
  10. ],
  11. "homepage": "https://fullcalendar.io/",
  12. "bugs": "https://fullcalendar.io/wiki/Reporting-Bugs/",
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/fullcalendar/fullcalendar.git"
  16. },
  17. "license": "MIT",
  18. "author": {
  19. "name": "Adam Shaw",
  20. "email": "arshaw@arshaw.com",
  21. "url": "http://arshaw.com/"
  22. },
  23. "copyright": "2018 Adam Shaw",
  24. "dependencies": {
  25. "jquery": "2 - 3",
  26. "moment": "^2.20.1"
  27. },
  28. "main": [
  29. "dist/fullcalendar.js",
  30. "dist/fullcalendar.css"
  31. ],
  32. "ignore": [
  33. "*",
  34. "**/.*",
  35. "!/dist/**",
  36. "!/README.*",
  37. "!/LICENSE.*",
  38. "!/CHANGELOG.*",
  39. "!/CONTRIBUTING.*"
  40. ],
  41. "version": "3.10.1",
  42. "_release": "3.10.1",
  43. "_resolution": {
  44. "type": "version",
  45. "tag": "v3.10.1",
  46. "commit": "a5dcae91e5acb4003039c7032d6858bd1a6c544f"
  47. },
  48. "_source": "https://github.com/fullcalendar/fullcalendar.git",
  49. "_target": "^3.4",
  50. "_originalSource": "fullcalendar"
  51. }