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) · 774 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 774 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": "1.1.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.1.0",
"d3": "2.10.3"
},
"devDependencies": {
"uglify-js": "2.2.1",
"vows": "0.7.0",
"jsdom": "0.2.19",
"jquery": "1.8.3",
"sinon": "1.5 .2"
},
"scripts": {
"test": "./node_modules/vows/bin/vows"
}
}