balkan-orgchart-js 9.1.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/orgchart.js ADDED
@@ -0,0 +1 @@
1
+ /* eslint-disable */
package/package.json ADDED
@@ -0,0 +1,59 @@
1
+ {
2
+ "author": {
3
+ "name": "BALKAN App <support@balkan.app> (https://balkan.app)"
4
+ },
5
+ "sideEffects": false,
6
+ "bugs": {
7
+ "email": "support@balkan.app",
8
+ "url": "https://github.com/BALKANGraph/OrgChartJS/issues"
9
+ },
10
+ "module": "orgchart.js",
11
+ "exports": {
12
+ ".": {
13
+ "import": "./orgchart.js",
14
+ "require": "./orgchart.js"
15
+ }
16
+ },
17
+ "deprecated": false,
18
+ "description": "JavaScript organizational chart library for visualizing hierarchy, company structure, and team relationships with interactive diagrams.",
19
+ "files": [
20
+ "orgchart.js",
21
+ "orgchart.d.ts",
22
+ "package.json",
23
+ "README.md"
24
+ ],
25
+ "homepage": "https://balkan.app/",
26
+ "keywords": [
27
+ "orgchart",
28
+ "org-chart",
29
+ "organizational-chart",
30
+ "orgchart-js",
31
+ "orgchartjs",
32
+ "org-chart-js",
33
+ "hierarchy",
34
+ "tree",
35
+ "hierarchical-data",
36
+ "tree-visualization",
37
+ "data-visualization",
38
+ "diagram",
39
+ "employee-chart",
40
+ "company-structure",
41
+ "hierarchy-chart",
42
+ "react-orgchart",
43
+ "vue-orgchart",
44
+ "angular-orgchart",
45
+ "javascript",
46
+ "typescript",
47
+ "chart-library"
48
+ ],
49
+ "license": "MIT",
50
+ "main": "orgchart.js",
51
+ "types": "orgchart.d.ts",
52
+ "name": "balkan-orgchart-js",
53
+ "repository": {
54
+ "type": "git",
55
+ "url": "https://github.com/BALKANGraph/OrgChartJS"
56
+ },
57
+ "dependencies": {},
58
+ "version": "9.01.32"
59
+ }