{
  "name": "dc",
  "version": "4.2.7",
  "license": "Apache-2.0",
  "copyright": "2020",
  "description": "A multi-dimensional charting library built to work natively with crossfilter and rendered using d3.js ",
  "keywords": [
    "visualization",
    "svg",
    "animation",
    "canvas",
    "chart",
    "dimensional",
    "crossfilter",
    "d3"
  ],
  "homepage": "http://dc-js.github.io/dc.js/",
  "bugs": "https://github.com/dc-js/dc.js/issues",
  "author": {
    "name": "Nick Zhu",
    "url": "http://nzhu.blogspot.ca/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dc-js/dc.js.git"
  },
  "dependencies": {
    "d3": "^6.6.2"
  },
  "devDependencies": {
    "@chiragrupani/karma-chromium-edge-launcher": "^2.1.0",
    "@rollup/plugin-json": "^4.1.0",
    "compare-versions": "^3.6.0",
    "crossfilter2": "^1.5.4",
    "d3-collection": "^1.0.7",
    "eslint": "^6.8.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^10.0.0",
    "eslint-plugin-promise": "^4.3.1",
    "file-saver": "^1.3.8",
    "grunt": "^1.3.0",
    "grunt-cli": "^1.4.2",
    "grunt-contrib-connect": "~2.0",
    "grunt-contrib-copy": "~1.0",
    "grunt-contrib-cssmin": "3.x",
    "grunt-contrib-jasmine": "~2.1",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-docco2": "^0.2.1",
    "grunt-fileindex": "~0.1",
    "grunt-gh-pages": "^4.0.0",
    "grunt-jsdoc": "^2.4.1",
    "grunt-jsdoc-to-markdown": "^5.0.0",
    "grunt-karma": "^3.0.2",
    "grunt-sass": "^3.1.0",
    "grunt-shell": "~2.1",
    "ink-docstrap": "^1.3.2",
    "jasmine-core": "^2.99.1",
    "karma": "^5.2.3",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^2.0.3",
    "karma-firefox-launcher": "^1.3.0",
    "karma-jasmine": "^1.1.2",
    "karma-safari-launcher": "git://github.com/RLovelett/karma-safari-launcher.git#safari-webdriver",
    "karma-summary-reporter": "^1.10.1",
    "load-grunt-tasks": "~4",
    "node-sass": "^4.14.1",
    "reductio": "0.6.x",
    "regression": "^2.0.1",
    "rollup": "^1.32.1",
    "rollup-plugin-license": "^2.3.0",
    "rollup-plugin-terser": "^7.0.2",
    "time-grunt": "~1.4"
  },
  "scripts": {
    "test": "grunt test"
  },
  "browser": "dist/dc.js",
  "main": "dist/dc.js",
  "module": "src/index.js"
}
