加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 871 Bytes
一键复制 编辑 原始数据 按行查看 历史
dabeng 提交于 2016-07-16 06:29 . update css file
{
"name": "orgchart",
"version": "1.1.2",
"description": "Simple and direct organization chart(tree-like hierarchy) plugin based on pure DOM and jQuery.",
"main": "./dist/js/jquery.orgchart.js",
"style": [
"./dist/css/jquery.orgchart.css"
],
"directories": {
"example": "examples"
},
"scripts": {},
"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.1",
"html2canvas": "^0.5.0-beta4",
"jquery": "^2.2.3"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化