bower.json 501 B

1234567891011121314151617181920
  1. {
  2. "author": "a5hik",
  3. "name": "angular-multi-select-tree",
  4. "version": "0.1.0",
  5. "description": "A hierarchical (or tree) selection control for AngularJS",
  6. "main": "index.js",
  7. "homepage": "https://github.com/a5hik/angular-multi-select-tree",
  8. "repository": {
  9. "type": "git",
  10. "url": "https://github.com/a5hik/angular-multi-select-tree"
  11. },
  12. "dependencies": {
  13. "angular": "~1.3.x",
  14. "bootstrap-css-only": "~3.2.0"
  15. },
  16. "devDependencies": {
  17. "angular-mocks": "~1.3.x"
  18. }
  19. }