.bower.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "angular-bootstrap-nav-tree",
  3. "description": "A Tree Control for AngularJS, using CSS animation and Bootstrap style",
  4. "main": [
  5. "dist/abn_tree_directive.js",
  6. "dist/abn_tree.css"
  7. ],
  8. "licence": "MIT",
  9. "keywords": [
  10. "angularjs",
  11. "bootstrap",
  12. "tree",
  13. "widget"
  14. ],
  15. "authors": [
  16. "Nick Perkins"
  17. ],
  18. "homepage": "https://github.com/nickperkinslondon/angular-bootstrap-nav-tree",
  19. "repository": {
  20. "type": "git",
  21. "url": "git://github.com/nickperkinslondon/angular-bootstrap-nav-tree"
  22. },
  23. "ignore": [
  24. "src",
  25. "temp",
  26. "test",
  27. ".gitignore",
  28. "Gruntfile.coffee",
  29. "Gruntfile.js",
  30. "bower.json",
  31. "package.json",
  32. "README.md"
  33. ],
  34. "dependencies": {
  35. "angular": ">=1.0",
  36. "bootstrap": ">=2.3"
  37. },
  38. "_release": "7fb14dd72d",
  39. "_resolution": {
  40. "type": "branch",
  41. "branch": "master",
  42. "commit": "7fb14dd72da5ec7f18266de40806486c14826e8d"
  43. },
  44. "_source": "git://github.com/nickperkinslondon/angular-bootstrap-nav-tree.git",
  45. "_target": "*",
  46. "_originalSource": "angular-bootstrap-nav-tree"
  47. }