10 Star 25 Fork 10

dabeng / OrgChart

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bower.json 758 Bytes
一键复制 编辑 原始数据 按行查看 历史
dabeng 提交于 2023-01-31 08:38 . update bower.json
{
"name": "orgchart",
"version": "3.2.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/jquery.orgchart.min.js",
"dist/css/jquery.orgchart.min.css"
],
"keywords": [
"jquery",
"plugin",
"organization",
"chart",
"orgchart",
"tree",
"tree-like",
"tree-view"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "^3.6.2",
"jquery-mockjax": "^2.6.0",
"jspdf": "^2.5.1",
"html2canvas": "^1.4.1"
}
}
JavaScript
1
https://gitee.com/dabeng/OrgChart.git
git@gitee.com:dabeng/OrgChart.git
dabeng
OrgChart
OrgChart
master

搜索帮助