bower.json 794 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "orgchart",
  3. "version": "2.1.3",
  4. "homepage": "https://github.com/dabeng/OrgChart",
  5. "authors": [
  6. "dabeng <dabeng413@gmail.com>"
  7. ],
  8. "description": "Simple and direct organization chart(tree-like hierarchy) plugin based on pure DOM and jQuery.",
  9. "main": [
  10. "dist/js/jquery.orgchart.min.js",
  11. "dist/css/jquery.orgchart.min.css"
  12. ],
  13. "keywords": [
  14. "jquery",
  15. "plugin",
  16. "organization",
  17. "chart",
  18. "orgchart",
  19. "tree",
  20. "tree-like",
  21. "tree-view"
  22. ],
  23. "license": "MIT",
  24. "ignore": [
  25. "**/.*",
  26. "node_modules",
  27. "bower_components",
  28. "test",
  29. "tests"
  30. ],
  31. "dependencies": {
  32. "jquery": "~3.2.1",
  33. "jquery-mockjax": "^2.2.0",
  34. "jspdf": "^1.3.5",
  35. "font-awesome": "^4.6.3",
  36. "html2canvas": "^0.5.0-beta4"
  37. }
  38. }