.bower.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "angular-strap",
  3. "description": "AngularStrap - AngularJS directives for Bootstrap",
  4. "version": "2.3.9",
  5. "keywords": [
  6. "angular",
  7. "bootstrap"
  8. ],
  9. "homepage": "http://mgcrea.github.io/angular-strap",
  10. "bugs": "https://github.com/mgcrea/angular-strap/issues",
  11. "author": {
  12. "name": "Olivier Louvignes",
  13. "email": "olivier@mg-crea.com",
  14. "url": "https://github.com/mgcrea"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/mgcrea/angular-strap.git"
  19. },
  20. "licenses": [
  21. {
  22. "type": "MIT",
  23. "url": "https://github.com/mgcrea/angular-strap/blob/master/LICENSE.md"
  24. }
  25. ],
  26. "main": [
  27. "dist/angular-strap.js",
  28. "dist/angular-strap.tpl.js"
  29. ],
  30. "ignore": [
  31. "docs",
  32. "test",
  33. "tasks",
  34. "CONTRIBUTING.md"
  35. ],
  36. "dependencies": {
  37. "angular": "^1.2.21"
  38. },
  39. "devDependencies": {
  40. "angular-animate": "~1.5",
  41. "angular-i18n": "~1.5",
  42. "angular-mocks": "~1.5",
  43. "angular-motion": "^0.4.3",
  44. "angular-route": "~1.5",
  45. "angular-sanitize": "~1.5",
  46. "angular-scenario": "~1.5",
  47. "bootstrap": "^3.3.6",
  48. "bootstrap-additions": "^0.3.1",
  49. "fastclick": "^1.0.6",
  50. "font-awesome": "^4.5.0",
  51. "highlightjs": "^9.1.0",
  52. "jquery": "^2.2.0"
  53. },
  54. "_release": "2.3.9",
  55. "_resolution": {
  56. "type": "version",
  57. "tag": "v2.3.9",
  58. "commit": "29ca138afe34a37cb38e3855b97b46b87f008354"
  59. },
  60. "_source": "https://github.com/mgcrea/angular-strap.git",
  61. "_target": "~2.3.0",
  62. "_originalSource": "angular-strap"
  63. }