forked from dc-js/dc.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.45 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "dc",
"version": "2.0.0-dev",
"license": "Apache-2.0",
"copyright": "2012",
"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-cli": "~0.1.9",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-jasmine": "https://github.com/gruntjs/grunt-contrib-jasmine/tarball/master",
"grunt-contrib-watch": "~0.5.3",
"grunt-template-jasmine-istanbul": "~0.3.0",
"grunt-docco2": "~0.2.0",
"grunt-gh-pages": "~0.8.0",
"grunt-lib-phantomjs": "~0.5.0",
"grunt-markdown": "~0.5.0",
"grunt-saucelabs": "~5.0.1",
"grunt-sed": "~0.1.1",
"grunt-shell": "~0.5.0",
"uglify-js": "2.4.x",
"marked": "~0.2.10"
},
"scripts": {
"test": "grunt test"
}
}