{
  "name": "orgchart",
  "version": "6.0.0",
  "homepage": "https://github.com/dabeng/OrgChart",
  "authors": [
    "dabeng <dabeng413@gmail.com>"
  ],
  "description": "Simple and direct organization chart(tree-like hierarchy) plugin based on pure DOM and jQuery.",
  "main": [
    "dist/js/orgchart.min.js",
    "dist/css/orgchart.min.css"
  ],
  "keywords": [
    "organization",
    "chart",
    "orgchart",
    "tree",
    "tree-like",
    "tree-view"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "html2canvas": "^1.4.1",
    "json-digger": "^2.0.2",
    "jspdf": "^3.0.1"
  }
}
