Files
2014-08-04 15:57:17 +10:00

65 lines
1.4 KiB
JSON

{
"name": "dc",
"filename": "dc.min.js",
"version": "2.0.0-alpha.2",
"license": "Apache-2.0",
"copyright": "2014",
"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": {
"crossfilter": "1.x",
"d3": "3.x"
},
"devDependencies": {
"emu": "~0.0.2",
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-uglify": "~0.2.2",
"grunt-gh-pages": "~0.7.1",
"grunt-markdown": "https://github.com/willkan/grunt-markdown/tarball/master",
"grunt-sed": "~0.1.1",
"grunt-vows": "~0.4.0",
"jquery": "1.8.x",
"jsdom": "0.8.x",
"sinon": "1.7.x",
"uglify-js": "2.4.x",
"vows": "0.7.x",
"grunt-docco2": "~0.1.5"
},
"scripts": {
"test": "./node_modules/vows/bin/vows"
},
"npmName": "dc",
"npmFileMap": [
{
"basePath": "/",
"files": [
"dc.css",
"dc.min.js",
"dc.js"
]
}
]
}