UNPKG

dc

Version:

A multi-dimensional charting library built to work natively with crossfilter and rendered using d3.js

91 lines (90 loc) 2.28 kB
{ "name": "dc", "version": "3.1.4", "license": "Apache-2.0", "copyright": "2019", "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": "^5.12.0" }, "devDependencies": { "compare-versions": "^3.5.1", "crossfilter2": "^1.4.7", "file-saver": "^1.3.8", "grunt": "^1.0.4", "grunt-browserify": "^5.2.0", "grunt-cli": "^1.3.2", "grunt-contrib-concat": "~1.0", "grunt-contrib-connect": "~2.0", "grunt-contrib-copy": "~1.0", "grunt-contrib-cssmin": "3.x", "grunt-contrib-jasmine": "^2.1.0", "grunt-contrib-uglify": "^4.0.1", "grunt-contrib-watch": "^1.1.0", "grunt-docco2": "^0.2.1", "grunt-eslint": "^21.1.0", "grunt-fileindex": "~0.1", "grunt-gh-pages": "^3.1.0", "grunt-jsdoc": "^2.4.0", "grunt-jsdoc-to-markdown": "github:dc-js/grunt-jsdoc-to-markdown", "grunt-karma": "^3.0.2", "grunt-sass": "^3.1.0", "grunt-shell": "~2.1", "ink-docstrap": "^1.3.2", "jasmine-core": "^2.99.1", "jsdifflib": "~1.1", "karma": "^4.3.0", "karma-chrome-launcher": "^2.2.0", "karma-coverage": "^1.1.2", "karma-firefox-launcher": "^1.2.0", "karma-jasmine": "^1.1.2", "karma-sauce-launcher": "^1.2.0", "karma-summary-reporter": "^1.7.1", "load-grunt-tasks": "~4", "node-sass": "^4.12.0", "promise-polyfill": "^8.1.3", "reductio": "0.6.x", "time-grunt": "~1.4", "uglify-js": "^3.6.0", "whatwg-fetch": "^3.0.0" }, "scripts": { "test": "grunt test" }, "npmName": "dc", "npmFileMap": [ { "basePath": "/", "files": [ "dc.css", "dc.min.css", "dc.min.js", "dc.min.js.map", "dc.js", "dc.js.map" ] } ], "browser": "dc.js", "main": "dc.js" }