bower.json 830 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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": "https://fullcalendar.io/",
  12. "bugs": "https://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": "2018 Adam Shaw",
  24. "dependencies": {
  25. "moment": "^2.20.1"
  26. },
  27. "main": [
  28. "dist/fullcalendar.js",
  29. "dist/fullcalendar.css"
  30. ],
  31. "ignore": [
  32. "*",
  33. "**/.*",
  34. "!/dist/**",
  35. "!/README.*",
  36. "!/LICENSE.*",
  37. "!/CHANGELOG.*",
  38. "!/CONTRIBUTING.*"
  39. ]
  40. }