1 Star 0 Fork 10

workor / OrgChart

forked from dabeng / OrgChart 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "orgchart",
"version": "2.1.1",
"description": "Simple and direct organization chart(tree-like hierarchy) plugin based on pure DOM and jQuery.",
"main": "./dist/js/jquery.orgchart.min.js",
"style": [
"./dist/css/jquery.orgchart.min.css"
],
"scripts": {
"test": "gulp e2e-tests",
"build": "gulp build",
"start": "gulp serve"
},
"repository": {
"type": "git",
"url": "https://github.com/dabeng/OrgChart.git"
},
"keywords": [
"jquery",
"plugin",
"organization",
"chart",
"orgchart",
"tree",
"tree-like",
"tree-view"
],
"author": "dabeng <dabeng413@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dabeng/OrgChart/issues"
},
"homepage": "https://github.com/dabeng/OrgChart#readme",
"dependencies": {
"font-awesome": "^4.6.3",
"html2canvas": "^0.5.0-beta4",
"jquery": "^3.2.1",
"jquery-mockjax": "^2.2.0",
"jspdf": "^1.3.5"
},
"devDependencies": {
"browser-sync": "^2.18.13",
"chai": "^4.1.2",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.8.0",
"gulp-csslint": "^1.0.0",
"gulp-eslint": "^4.0.0",
"gulp-inject": "^4.2.0",
"gulp-mocha": "^4.3.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.1",
"gulp-testcafe": "^0.9.2",
"gulp-uglify": "^3.0.0",
"jsdom": "^11.2.0",
"jsdom-global": "^3.0.2",
"merge-stream": "^1.0.1",
"mocha": "^3.4.2",
"sinon": "^4.1.2",
"sinon-chai": "^2.14.0",
"testcafe": "^0.18.5"
}
}
JavaScript
1
https://gitee.com/cxd520/OrgChart.git
git@gitee.com:cxd520/OrgChart.git
cxd520
OrgChart
OrgChart
master

搜索帮助