.bower.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "angular-bootstrap-calendar",
  3. "version": "0.7.4",
  4. "homepage": "https://github.com/mattlewis92/angular-bootstrap-calendar",
  5. "authors": [
  6. "Matt Lewis <matt@iwaz.at>"
  7. ],
  8. "description": "A pure AngularJS bootstrap themed responsive calendar that can display events and has views for year, month, week and day",
  9. "main": [
  10. "dist/js/angular-bootstrap-calendar-tpls.min.js",
  11. "dist/css/angular-bootstrap-calendar.min.css"
  12. ],
  13. "keywords": [
  14. "AngularJS",
  15. "Bootstrap",
  16. "Responsive",
  17. "Calendar"
  18. ],
  19. "license": "MIT",
  20. "ignore": [
  21. "**/.*",
  22. "node_modules",
  23. "bower_components",
  24. "docs/bower_components",
  25. "test",
  26. "tests"
  27. ],
  28. "dependencies": {
  29. "angular": "~1.3.5",
  30. "moment": "~2.8.4",
  31. "angular-bootstrap": "~0.12.0",
  32. "bootstrap": "~3.3.1"
  33. },
  34. "resolutions": {
  35. "angular": "~1.3.5"
  36. },
  37. "_release": "0.7.4",
  38. "_resolution": {
  39. "type": "version",
  40. "tag": "0.7.4",
  41. "commit": "cf711a9408bbd3a6b00a6da6f9cdd94ca0764d58"
  42. },
  43. "_source": "https://github.com/mattlewis92/angular-bootstrap-calendar.git",
  44. "_target": "~0.7.0",
  45. "_originalSource": "angular-bootstrap-calendar"
  46. }