Files
cdnjs/ajax/libs/dc/package.json
T
2013-10-06 12:21:33 +02:00

28 lines
588 B
JSON

{
"name": "dc",
"filename": "dc.min.js",
"version": "1.6.0",
"description": "A multi-dimensional charting built to work natively with crossfilter rendered using d3.js ",
"keywords": [
"visualization",
"svg",
"animation",
"canvas",
"chart",
"dimensional"
],
"homepage": "http://nickqizhu.github.com/dc.js/",
"author": {
"name": "Nick Zhu",
"url": "http://nzhu.blogspot.ca/"
},
"repository": {
"type": "git",
"url": "https://github.com/NickQiZhu/dc.js.git"
},
"dependencies": {
"crossfilter": "1.x",
"d3": "3.x"
}
}