.bower.json 808 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. "homepage": "https://github.com/vakata/jstree",
  34. "_release": "3.3.12",
  35. "_resolution": {
  36. "type": "version",
  37. "tag": "3.3.12",
  38. "commit": "7a03954015eaea2467956dc05e6be78f4d1a1ff0"
  39. },
  40. "_source": "https://github.com/vakata/jstree.git",
  41. "_target": "~3.3.2",
  42. "_originalSource": "jstree"
  43. }