bower.json 468 B

12345678910111213141516171819
  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": ["./ui-bootstrap-tpls.js"],
  16. "dependencies": {
  17. "angular": ">=1 <1.3.0"
  18. }
  19. }