@kr0san89/ngx-graph
Version:
Graph visualization for angular
66 lines • 1.53 kB
JSON
{
"name": "@kr0san89/ngx-graph",
"version": "12.0.0",
"description": "Graph visualization for angular",
"repository": {
"type": "git",
"url": "git+https://github.com/Kr0san89/ngx-graph.git"
},
"keywords": [
"angular",
"graph",
"viz",
"svg",
"dataviz",
"visualization",
"tree",
"force-directed",
"directed acyclic graph",
"dag"
],
"author": "Swimlane",
"maintainers": [
"Marjan Georgiev",
"Assaf Shemesh"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Kr0san89/ngx-graph/issues"
},
"homepage": "https://github.com/Kr0san89/ngx-graph#readme",
"peerDependencies": {
"@angular/animations": ">=19.0.0",
"@angular/common": ">=19.0.0",
"@angular/core": ">=19.0.0",
"@angular/cdk": ">=19.0.0",
"rxjs": "6.x || 7.x"
},
"dependencies": {
"d3-color": "^3.1.0",
"d3-dispatch": "^3.0.1",
"d3-interpolate": "3.0.1",
"d3-ease": "^3.0.1",
"d3-force": "^3.0.0",
"d3-scale": "4.0.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"d3-timer": "^3.0.1",
"d3-transition": "^3.0.1",
"dagre": "^0.8.4",
"transformation-matrix": "^1.15.3",
"tslib": "^2.0.0",
"webcola": "^3.3.8"
},
"module": "fesm2022/kr0san89-ngx-graph.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/kr0san89-ngx-graph.mjs"
}
},
"sideEffects": false
}