bower.json 453 B

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