-
Notifications
You must be signed in to change notification settings - Fork 770
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 758 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"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"
}
}