.bower.json 785 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "jstree",
  3. "version": "3.3.4",
  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. "homepage": "https://github.com/vakata/jstree",
  33. "_release": "3.3.4",
  34. "_resolution": {
  35. "type": "version",
  36. "tag": "3.3.4",
  37. "commit": "a6a0d0dfb784d5ef0b3415d847ac7b6bfbab1f16"
  38. },
  39. "_source": "https://github.com/vakata/jstree.git",
  40. "_target": "^3.3.2",
  41. "_originalSource": "jstree"
  42. }