forked from dc-js/dc.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.22 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": "4.2.7",
"license": "Apache-2.0",
"copyright": "2020",
"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": {
"d3": "^6.6.2"
},
"devDependencies": {
"@chiragrupani/karma-chromium-edge-launcher": "^2.1.0",
"@rollup/plugin-json": "^4.1.0",
"compare-versions": "^3.6.0",
"crossfilter2": "^1.5.4",
"d3-collection": "^1.0.7",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.3.1",
"file-saver": "^1.3.8",
"grunt": "^1.3.0",
"grunt-cli": "^1.4.2",
"grunt-contrib-connect": "~2.0",
"grunt-contrib-copy": "~1.0",
"grunt-contrib-cssmin": "3.x",
"grunt-contrib-jasmine": "~2.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-docco2": "^0.2.1",
"grunt-fileindex": "~0.1",
"grunt-gh-pages": "^4.0.0",
"grunt-jsdoc": "^2.4.1",
"grunt-jsdoc-to-markdown": "^5.0.0",
"grunt-karma": "^3.0.2",
"grunt-sass": "^3.1.0",
"grunt-shell": "~2.1",
"ink-docstrap": "^1.3.2",
"jasmine-core": "^2.99.1",
"karma": "^5.2.3",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^2.0.3",
"karma-firefox-launcher": "^1.3.0",
"karma-jasmine": "^1.1.2",
"karma-safari-launcher": "git+https://github.com/RLovelett/karma-safari-launcher.git#safari-webdriver",
"karma-summary-reporter": "^1.10.1",
"load-grunt-tasks": "~4",
"node-sass": "^4.14.1",
"reductio": "0.6.x",
"regression": "^2.0.1",
"rollup": "^1.32.1",
"rollup-plugin-license": "^2.3.0",
"rollup-plugin-terser": "^7.0.2",
"time-grunt": "~1.4"
},
"scripts": {
"test": "grunt test"
},
"browser": "dist/dc.js",
"main": "dist/dc.js",
"module": "src/index.js"
}