bower.json 1.2 KB

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