forked from dc-js/dc.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 770 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 770 Bytes
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
{
"name": "dc",
"version": "0.9.1",
"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.0.3",
"d3": "2.9.4"
},
"devDependencies": {
"uglify-js": "1.2.3",
"vows": "0.6.x",
"jsdom": "0.2.14",
"jquery": "1.7.3",
"sinon": "1.4.2"
},
"scripts": {
"test": "./node_modules/vows/bin/vows"
}
}