bower.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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": "[email protected]",
  21. "url": "http://arshaw.com/"
  22. },
  23. "copyright": "2016 Adam Shaw",
  24. "dependencies": {
  25. "jquery": ">=1.7.1",
  26. "moment": ">=2.5.0"
  27. },
  28. "devDependencies": {
  29. "jquery-ui": ">=1.11.1",
  30. "jquery-simulate": "~1.0.1",
  31. "jasmine-jquery": "~2.1.1",
  32. "jasmine-fixture": "~2.0.0",
  33. "moment-timezone": "~0.2.1",
  34. "bootstrap": "~3.2.0",
  35. "jquery-mockjax": "~2.2.0"
  36. },
  37. "main": [
  38. "dist/fullcalendar.js",
  39. "dist/fullcalendar.css"
  40. ],
  41. "ignore": [
  42. "*",
  43. "**/.*",
  44. "!/dist/**",
  45. "!/README.*",
  46. "!/LICENSE.*",
  47. "!/CHANGELOG.*",
  48. "!/CONTRIBUTING.*"
  49. ]
  50. }