@tots/ngx-org-chart
Version:
Hierarchical Organization Chart
55 lines • 1.45 kB
JSON
{
"name": "@tots/ngx-org-chart",
"version": "15.0.0",
"description": "Hierarchical Organization Chart",
"keywords": [
"org-chart",
"organization",
"hierarchical",
"organization chart",
"hierarchical chart",
"angular",
"ng",
"angular 8"
],
"author": "Mümin Celal Pinar",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/mumincelal/ngx-org-ui.git"
},
"bugs": {
"url": "https://github.com/mumincelal/ngx-org-ui/issues"
},
"homepage": "https://github.com/mumincelal/ngx-org-ui",
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0"
},
"module": "fesm2015/tots-ngx-org-chart.mjs",
"es2020": "fesm2020/tots-ngx-org-chart.mjs",
"esm2020": "esm2020/tots-ngx-org-chart.mjs",
"fesm2020": "fesm2020/tots-ngx-org-chart.mjs",
"fesm2015": "fesm2015/tots-ngx-org-chart.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/tots-ngx-org-chart.mjs",
"es2020": "./fesm2020/tots-ngx-org-chart.mjs",
"es2015": "./fesm2015/tots-ngx-org-chart.mjs",
"node": "./fesm2015/tots-ngx-org-chart.mjs",
"default": "./fesm2020/tots-ngx-org-chart.mjs"
}
},
"sideEffects": false
}