.bower.json 771 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "author": {
  3. "name": "https://github.com/angular-ui/bootstrap/graphs/contributors"
  4. },
  5. "name": "angular-bootstrap",
  6. "keywords": [
  7. "angular",
  8. "angular-ui",
  9. "bootstrap"
  10. ],
  11. "license": "MIT",
  12. "ignore": [],
  13. "description": "Native AngularJS (Angular) directives for Bootstrap.",
  14. "version": "0.12.1",
  15. "main": [
  16. "./ui-bootstrap-tpls.js"
  17. ],
  18. "dependencies": {
  19. "angular": ">=1 <1.3.0"
  20. },
  21. "homepage": "https://github.com/angular-ui/bootstrap-bower",
  22. "_release": "0.12.1",
  23. "_resolution": {
  24. "type": "version",
  25. "tag": "0.12.1",
  26. "commit": "ab14fbaaf3d592f8e76018f0666c5af6f68ebaa3"
  27. },
  28. "_source": "https://github.com/angular-ui/bootstrap-bower.git",
  29. "_target": "~0.12.1",
  30. "_originalSource": "angular-bootstrap"
  31. }