bower.json 782 B

12345678910111213141516171819202122232425262728293031323334353637
  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. ],
  10. "homepage": "https://fullcalendar.io/",
  11. "bugs": "https://fullcalendar.io/wiki/Reporting-Bugs/",
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/fullcalendar/fullcalendar.git"
  15. },
  16. "license": "MIT",
  17. "author": {
  18. "name": "Adam Shaw",
  19. "email": "[email protected]",
  20. "url": "http://arshaw.com/"
  21. },
  22. "copyright": "2018 Adam Shaw",
  23. "dependencies": {},
  24. "main": [
  25. "dist/fullcalendar.js",
  26. "dist/fullcalendar.css"
  27. ],
  28. "ignore": [
  29. "*",
  30. "**/.*",
  31. "!/dist/**",
  32. "!/README.*",
  33. "!/LICENSE.*",
  34. "!/CHANGELOG.*",
  35. "!/CONTRIBUTING.*"
  36. ]
  37. }