{
  "name": "@yociduo/ngx-charts",
  "version": "17.0.4",
  "description": "Declarative Charting Framework for Angular",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Nested-Innovation/ngx-charts.git"
  },
  "keywords": [
    "angular",
    "angularjs",
    "charts",
    "charting",
    "angular",
    "d3",
    "d3.js",
    "d3js",
    "viz",
    "graph",
    "svg",
    "dataviz",
    "data visualization",
    "viz",
    "graph"
  ],
  "author": "Eden Wang",
  "maintainers": [
    "Marjan Georgiev",
    "Jayson Harshbarger",
    "Luis Bello"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Nested-Innovation/ngx-charts/issues"
  },
  "homepage": "https://github.com/Nested-Innovation/ngx-charts#readme",
  "peerDependencies": {
    "@angular/animations": ">=11.0.0",
    "@angular/cdk": ">=11.0.0",
    "@angular/core": ">=11.0.0",
    "@angular/common": ">=11.0.0",
    "@angular/forms": ">=11.0.0",
    "@angular/platform-browser": ">=11.0.0",
    "@angular/platform-browser-dynamic": ">=11.0.0",
    "rxjs": "6.x"
  },
  "dependencies": {
    "d3-array": "^2.9.1",
    "d3-brush": "^2.1.0",
    "d3-color": "^2.0.0",
    "d3-format": "^2.0.0",
    "d3-hierarchy": "^2.0.0",
    "d3-interpolate": "^2.0.1",
    "d3-scale": "^3.2.3",
    "d3-selection": "^2.0.0",
    "d3-shape": "^2.0.0",
    "d3-time-format": "^3.0.0",
    "d3-transition": "^2.0.0",
    "tslib": "^2.0.0"
  },
  "main": "bundles/yociduo-ngx-charts.umd.js",
  "module": "fesm2015/yociduo-ngx-charts.js",
  "es2015": "fesm2015/yociduo-ngx-charts.js",
  "esm2015": "esm2015/yociduo-ngx-charts.js",
  "fesm2015": "fesm2015/yociduo-ngx-charts.js",
  "typings": "yociduo-ngx-charts.d.ts",
  "metadata": "yociduo-ngx-charts.metadata.json",
  "sideEffects": false
}
