.bower.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "angular-bootstrap-calendar",
  3. "version": "0.18.0",
  4. "homepage": "https://github.com/mattlewis92/angular-bootstrap-calendar",
  5. "authors": [
  6. "Matt Lewis"
  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.js",
  11. "dist/css/angular-bootstrap-calendar.css"
  12. ],
  13. "keywords": [
  14. "AngularJS",
  15. "Angular",
  16. "Bootstrap",
  17. "Responsive",
  18. "Calendar"
  19. ],
  20. "license": "MIT",
  21. "ignore": [
  22. "**/.*",
  23. "node_modules",
  24. "bower_components",
  25. "docs/bower_components",
  26. "test",
  27. "tests"
  28. ],
  29. "dependencies": {
  30. "angular": ">=1.3.0",
  31. "moment": "~2.10.0",
  32. "bootstrap": "~3.3.4"
  33. },
  34. "_release": "0.18.0",
  35. "_resolution": {
  36. "type": "version",
  37. "tag": "0.18.0",
  38. "commit": "b08b7d6009e0e892f8af1ebb7020024d71f5be9e"
  39. },
  40. "_source": "git://github.com/mattlewis92/angular-bootstrap-calendar.git",
  41. "_target": "~0.18.0",
  42. "_originalSource": "angular-bootstrap-calendar",
  43. "_direct": true
  44. }