This repository has been archived by the owner on Oct 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
68 lines (68 loc) · 1.88 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
{
"name": "dc.datatables",
"version": "0.0.8",
"license": "Apache-2.0",
"copyright": "2018",
"description": "Datatables integrated with crossfilter and dc.js",
"keywords": [
"datatables",
"crossfilter",
"d3"
],
"homepage": "http://dc-js.github.io/dc.datatables.js",
"bugs": "https://github.com/dc-js/dc.datatables.js/issues",
"author": {
"name": "Gordon Woodhull",
"url": "http://gordon.woodhull.com"
},
"repository": {
"type": "git",
"url": "https://github.com/dc-js/dc.datatables.js.git"
},
"main": "dc.datatables.js",
"dependencies": {
"crossfilter2": "^1.4.7",
"datatables": "1.x",
"dc": "^3.0.12"
},
"devDependencies": {
"emu": "~0.0.2",
"grunt": "^1.0.4",
"grunt-browserify": "^5.3.0",
"grunt-cli": "~1.2",
"grunt-contrib-concat": "~1.0",
"grunt-contrib-connect": "~1.0",
"grunt-contrib-copy": "~1.0",
"grunt-contrib-jshint": "~1.1",
"grunt-contrib-uglify": "~2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^21.0.0",
"grunt-fileindex": "~0.1",
"grunt-gh-pages": "^3.1.0",
"grunt-shell": "~2.1",
"jquery": "^3.4.1",
"jsdifflib": "~1.1",
"load-grunt-tasks": "~3.5",
"marked": "^0.6.2",
"promise-polyfill": "^8.1.0",
"time-grunt": "~1.4",
"uglify-js": "~2.7",
"whatwg-fetch": "^3.0.0"
},
"scripts": {
"test": "grunt test"
},
"npmName": "dc.datatables",
"npmFileMap": [
{
"basePath": "/",
"files": [
"dc.datatables.css",
"dc.datatables.min.js",
"dc.datatables.min.js.map",
"dc.datatables.js",
"dc.datatables.js.map"
]
}
]
}