forked from dc-js/dc.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 1.93 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
76
77
78
79
80
{
"name": "dc",
"version": "2.1.0-dev",
"license": "Apache-2.0",
"copyright": "2016",
"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": {
"crossfilter2": "1.3.x",
"d3": "3.x"
},
"devDependencies": {
"emu": "~0.0.2",
"grunt": "~0.4.5",
"grunt-browserify": "~4.0.0",
"grunt-cli": "~0.1.13",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.11.2",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jasmine": "~0.9.1",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-docco2": "~0.2.0",
"grunt-fileindex": "^0.1.0",
"grunt-gh-pages": "~0.10.0",
"grunt-jscs": "~2.1.0",
"grunt-jsdoc": "~1.1.0",
"grunt-jsdoc-to-markdown": "~1.1.1",
"grunt-lib-phantomjs": "~0.7.1",
"grunt-markdown": "~0.7.0",
"grunt-saucelabs": "~8.6.1",
"grunt-shell": "~1.1.1",
"grunt-template-jasmine-istanbul": "~0.3.2",
"ink-docstrap": "~1.1.0",
"jsdifflib": "~1.1.0",
"load-grunt-tasks": "~3.2.0",
"marked": "~0.3.3",
"time-grunt": "~1.2.1",
"uglify-js": "2.4.x"
},
"scripts": {
"test": "grunt test"
},
"npmName": "dc",
"npmFileMap": [
{
"basePath": "/",
"files": [
"dc.css",
"dc.min.css",
"dc.min.js",
"dc.min.js.map",
"dc.js",
"dc.js.map"
]
}
],
"browser": "dc.js"
}