.bower.json 789 B

12345678910111213141516171819202122232425262728
  1. {
  2. "author": "a5hik",
  3. "name": "angular-multi-select-tree",
  4. "description": "A hierarchical (or tree) selection control for AngularJS",
  5. "main": "index.js",
  6. "homepage": "https://github.com/a5hik/angular-multi-select-tree",
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/a5hik/angular-multi-select-tree"
  10. },
  11. "dependencies": {
  12. "angular": "~1.3.x",
  13. "bootstrap-css-only": "~3.2.0"
  14. },
  15. "devDependencies": {
  16. "angular-mocks": "~1.3.x"
  17. },
  18. "_release": "6afbba8fff",
  19. "_resolution": {
  20. "type": "branch",
  21. "branch": "master",
  22. "commit": "6afbba8fff408404df1776ad1dc5fbcd614cd2e3"
  23. },
  24. "_source": "git://github.com/a5hik/angular-multi-select-tree.git",
  25. "_target": "*",
  26. "_originalSource": "angular-multi-select-tree",
  27. "_direct": true
  28. }