mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-16 16:27:12 +10:00
28 lines
588 B
JSON
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"
|
|
}
|
|
}
|