forked from dc-js/dc.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.78 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "dc",
"version": "2.1.0-dev",
"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.5",
"grunt-browserify": "~3.3.0",
"grunt-cli": "~0.1.13",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-jasmine": "~0.8.2",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-uglify": "~0.8.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-debug-task": "~0.1.5",
"grunt-docco2": "~0.2.0",
"grunt-fileindex": "^0.1.0",
"grunt-gh-pages": "~0.9.1",
"grunt-jscs": "~1.2.0",
"grunt-lib-phantomjs": "~0.6.0",
"grunt-markdown": "~0.7.0",
"grunt-saucelabs": "~8.5.0",
"grunt-shell": "~1.1.1",
"grunt-template-jasmine-istanbul": "~0.3.2",
"load-grunt-tasks": "~3.0.0",
"jsdifflib": "~1.1.0",
"marked": "~0.3.3",
"uglify-js": "2.4.x",
"time-grunt": "~1.0.0"
},
"scripts": {
"test": "grunt test"
},
"npmName": "dc",
"npmFileMap": [
{
"basePath": "/",
"files": [
"dc.css",
"dc.min.js",
"dc.min.js.map",
"dc.js",
"dc.js.map"
]
}
]
}