-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
54 lines (54 loc) · 1.26 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
{
"name": "xfilter",
"version": "0.2.3",
"license": "MIT",
"copyright": "2018",
"description": "Arbitrary backend - crossfilter bridge",
"keywords": [
"visualization",
"chart",
"dimensional",
"crossfilter",
"d3",
"dc"
],
"homepage": "http://att.github.io/xfilter/",
"bugs": "https://github.com/att/xfilter/issues",
"author": {
"name": "Gordon Woodhull",
"email": "gordon@research.att.com"
},
"repository": {
"type": "git",
"url": "https://github.com/att/xfilter.git"
},
"dependencies": {
"crossfilter2": "^1.4.7",
"d3": "^5.9.7",
"dc": "^3.1.0"
},
"devDependencies": {
"bootstrap": "^4.3.1",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.11.2",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-cssmin": "3.x",
"grunt-contrib-uglify-es": "~3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^21.1.0",
"grunt-gh-pages": "^3.1.0",
"grunt-jsdoc-to-markdown": "github:dc-js/grunt-jsdoc-to-markdown",
"grunt-shell": "~1.1.1",
"load-grunt-tasks": "^4.0.0",
"time-grunt": "~1.2.1"
},
"npmName": "xfilter",
"npmFileMap": [
{
"basePath": "/",
"files": []
}
]
}