This repository has been archived by the owner on Dec 30, 2023. It is now read-only.
forked from yurukov/dc.leaflet.js
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
67 lines (67 loc) · 1.77 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
{
"name": "dc.leaflet",
"version": "0.5.6",
"license": "Apache-2.0",
"copyright": "2020",
"description": "Leaflet maps integrated with crossfilter and dc.js",
"keywords": [
"visualization",
"leaflet",
"animation",
"map",
"crossfilter",
"d3"
],
"unpkg": "dc.leaflet.js",
"homepage": "http://dc-js.github.io/dc.leaflet.js/",
"bugs": "https://github.com/dc-js/dc.leaflet.js/issues",
"author": {
"name": "Boyan Yurukov",
"url": "http://yurukov.net/blog"
},
"repository": {
"type": "git",
"url": "https://github.com/dc-js/dc.leaflet.js.git"
},
"dependencies": {
"d3": "^5.16.0",
"dc": "^4.2",
"leaflet": "~1.6",
"@wesselkuipers/leaflet.markercluster": "^1.4.4"
},
"devDependencies": {
"crossfilter2": "^1.5.3",
"emu": "~0.0.2",
"grunt": "^1.3.0",
"grunt-cli": "~1.2",
"grunt-contrib-concat": "~1.0",
"grunt-contrib-connect": "~1.0",
"grunt-contrib-copy": "~1.0",
"grunt-contrib-uglify": "~2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-fileindex": "~0.1",
"grunt-gh-pages": "^4.0.0",
"grunt-shell": "~2.1",
"jsdifflib": "~1.1",
"load-grunt-tasks": "~3.5",
"marked": "^0.8.2",
"time-grunt": "~1.4",
"uglify-js": "~2.7"
},
"scripts": {
"test": "grunt test"
},
"npmName": "dc.leaflet",
"npmFileMap": [
{
"basePath": "/",
"files": [
"dc.leaflet.css",
"dc.leaflet.min.js",
"dc.leaflet.min.js.map",
"dc.leaflet.js",
"dc.leaflet.js.map"
]
}
]
}