bower.json 853 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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": "http://fullcalendar.io/",
  12. "bugs": "http://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": "2016 Adam Shaw",
  24. "dependencies": {
  25. "jquery": ">=2.0.0",
  26. "moment": ">=2.9.0"
  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. }