{
  "name": "@latusinski/ngx-graph",
  "version": "6.1.1",
  "description": "Graph visualization for angular",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/latusinski/ngx-graph.git"
  },
  "keywords": [
    "angular",
    "graph",
    "viz",
    "svg",
    "dataviz",
    "visualization",
    "tree",
    "force-directed",
    "directed acyclic graph",
    "dag"
  ],
  "author": "Swimlane",
  "maintainers": [
    "Marjan Georgiev",
    "Assaf Shemesh",
    "Isaac Mann"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/swimlane/ngx-graph/issues"
  },
  "homepage": "https://github.com/swimlane/ngx-graph#readme",
  "peerDependencies": {
    "@angular/animations": "6.x | 7.x | 8.x",
    "@angular/common": "6.x | 7.x | 8.x",
    "@angular/core": "6.x | 7.x | 8.x",
    "@angular/cdk": "6.x | 7.x | 8.x",
    "rxjs": "6.x"
  },
  "dependencies": {
    "@swimlane/ngx-charts": "^10.0.0",
    "d3-dispatch": "^1.0.3",
    "d3-ease": "^1.0.5",
    "d3-force": "^1.1.0",
    "d3-selection": "^1.2.0",
    "d3-shape": "^1.2.0",
    "d3-timer": "^1.0.7",
    "d3-transition": "^1.1.1",
    "dagre": "^0.8.4",
    "transformation-matrix": "^1.15.3",
    "webcola": "^3.3.8",
    "tslib": "^1.9.0"
  },
  "main": "bundles/latusinski-ngx-graph.umd.js",
  "module": "fesm5/latusinski-ngx-graph.js",
  "es2015": "fesm2015/latusinski-ngx-graph.js",
  "esm5": "esm5/latusinski-ngx-graph.js",
  "esm2015": "esm2015/latusinski-ngx-graph.js",
  "fesm5": "fesm5/latusinski-ngx-graph.js",
  "fesm2015": "fesm2015/latusinski-ngx-graph.js",
  "typings": "latusinski-ngx-graph.d.ts",
  "metadata": "latusinski-ngx-graph.metadata.json",
  "sideEffects": false
}
