bower.json 433 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "jstree",
  3. "version": "3.2.0",
  4. "main" : [
  5. "./dist/jstree.js",
  6. "./dist/themes/default/style.css"
  7. ],
  8. "ignore": [
  9. "**/.*",
  10. "docs",
  11. "demo",
  12. "libs",
  13. "node_modules",
  14. "test",
  15. "libs",
  16. "jstree.jquery.json",
  17. "gruntfile.js",
  18. "package.json",
  19. "bower.json",
  20. "component.json",
  21. "LICENCE-MIT",
  22. "README.md"
  23. ],
  24. "dependencies": {
  25. "jquery": ">=1.9.1"
  26. },
  27. "keywords": [
  28. "ui",
  29. "tree",
  30. "jstree"
  31. ]
  32. }