bower.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "fullcalendar",
  3. "title": "FullCalendar",
  4. "version": "2.3.2",
  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/arshaw/fullcalendar.git"
  17. },
  18. "license": {
  19. "type": "MIT",
  20. "url": "https://github.com/arshaw/fullcalendar/blob/master/license.txt"
  21. },
  22. "author": {
  23. "name": "Adam Shaw",
  24. "email": "arshaw@arshaw.com",
  25. "url": "http://arshaw.com/"
  26. },
  27. "copyright": "2015 Adam Shaw",
  28. "dependencies": {
  29. "jquery": ">=1.7.1",
  30. "moment": ">=2.5.0"
  31. },
  32. "devDependencies": {
  33. "jquery-ui": ">=1.11.1",
  34. "jquery-simulate-ext": "~1.3.0",
  35. "jquery-mockjax": "~1.5.4",
  36. "jasmine-jquery": "~2.0.3",
  37. "jasmine-fixture": "~1.2.0",
  38. "moment-timezone": "~0.2.1",
  39. "bootstrap": "~3.2.0"
  40. },
  41. "main": [
  42. "dist/fullcalendar.js",
  43. "dist/fullcalendar.css"
  44. ],
  45. "ignore": [
  46. "*",
  47. "**/.*",
  48. "!/dist/**",
  49. "!/changelog.*",
  50. "!/license.*",
  51. "!/readme.*"
  52. ]
  53. }