bower.json 840 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "angular-bootstrap-nav-tree",
  3. "version": "0.2.0",
  4. "description":"A Tree Control for AngularJS, using CSS animation and Bootstrap style",
  5. "main":["dist/abn_tree_directive.js","dist/abn_tree.css"],
  6. "licence":"MIT",
  7. "keywords":["angularjs","bootstrap","tree","widget"],
  8. "authors":["Nick Perkins"],
  9. "homepage" :"https://github.com/nickperkinslondon/angular-bootstrap-nav-tree",
  10. "repository":{
  11. "type":"git",
  12. "url":"git://github.com/nickperkinslondon/angular-bootstrap-nav-tree"
  13. },
  14. "ignore": [
  15. "src",
  16. "temp",
  17. "test",
  18. ".gitignore",
  19. "Gruntfile.coffee",
  20. "Gruntfile.js",
  21. "bower.json",
  22. "package.json",
  23. "README.md"
  24. ],
  25. "dependencies": {
  26. "angular": ">=1.0",
  27. "bootstrap": ">=2.3"
  28. }
  29. }