bower.json 638 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "bootstrap-treeview",
  3. "description": "Tree View for Twitter Bootstrap",
  4. "version": "1.2.0",
  5. "homepage": "https://github.com/jonmiles/bootstrap-treeview",
  6. "main": [
  7. "dist/bootstrap-treeview.min.js",
  8. "dist/bootstrap-treeview.min.css"
  9. ],
  10. "keywords": [
  11. "twitter",
  12. "bootstrap",
  13. "tree",
  14. "treeview",
  15. "tree-view",
  16. "navigation",
  17. "javascript",
  18. "jquery",
  19. "jquery-plugin"
  20. ],
  21. "ignore": [
  22. "**/.*",
  23. "node_modules",
  24. "bower_components",
  25. "test",
  26. "tests"
  27. ],
  28. "dependencies": {
  29. "jquery": ">= 1.9.0",
  30. "bootstrap": ">= 3.0.0"
  31. },
  32. "devDependencies": {}
  33. }