bower.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "fullcalendar",
  3. "title": "FullCalendar",
  4. "version": "2.7.3",
  5. "description": "Full-sized drag & drop event calendar",
  6. "keywords": [
  7. "calendar",
  8. "event",
  9. "full-sized",
  10. "jquery-plugin"
  11. ],
  12. "homepage": "http://fullcalendar.io/",
  13. "bugs": "http://fullcalendar.io/wiki/Reporting-Bugs/",
  14. "repository": {
  15. "type": "git",
  16. "url": "https://github.com/fullcalendar/fullcalendar.git"
  17. },
  18. "license": "MIT",
  19. "author": {
  20. "name": "Adam Shaw",
  21. "email": "arshaw@arshaw.com",
  22. "url": "http://arshaw.com/"
  23. },
  24. "copyright": "2016 Adam Shaw",
  25. "dependencies": {
  26. "jquery": ">=1.7.1",
  27. "moment": ">=2.5.0"
  28. },
  29. "devDependencies": {
  30. "jquery-ui": ">=1.11.1",
  31. "jquery-simulate": "~1.0.1",
  32. "jasmine-jquery": "~2.0.3",
  33. "jasmine-fixture": "~1.2.0",
  34. "moment-timezone": "~0.2.1",
  35. "bootstrap": "~3.2.0",
  36. "jquery-mockjax": "~2.1.1"
  37. },
  38. "main": [
  39. "dist/fullcalendar.js",
  40. "dist/fullcalendar.css"
  41. ],
  42. "ignore": [
  43. "*",
  44. "**/.*",
  45. "!/dist/**",
  46. "!/README.*",
  47. "!/LICENSE.*",
  48. "!/CHANGELOG.*",
  49. "!/CONTRIBUTING.*"
  50. ]
  51. }