forked from intellipharm-pty-ltd/dc-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
52 lines (52 loc) · 974 Bytes
/
bower.json
File metadata and controls
52 lines (52 loc) · 974 Bytes
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
{
"name": "dc-addons",
"description": "These are additional charts that extend dc.js",
"version": "0.13.1",
"homepage": "https://github.com/intellipharm/dc-addons",
"repository": {
"type": "git",
"url": "git://github.com/intellipharm/dc-addons.git"
},
"authors": [
"Intellipharm <damian@intellipharm.com.au>",
"Timothy Ruhle <timothy.ruhle@intellipharm.com.au>"
],
"main": [
"dist/dc-addons.js"
],
"moduleType": [
"globals"
],
"keywords": [
"dc",
"dcjs",
"dc-js",
"dc.js",
"leaflet",
"leaflet.js",
"google",
"map",
"tooltip",
"tool",
"tip",
"server",
"addons",
"pagination"
],
"license": "MIT",
"ignore": [
"*",
"!dist/",
"!dist/**/*"
],
"dependencies": {
"dcjs": "dc-js/dc.js#~2.0.0",
"leaflet": "~0.7.5",
"leaflet.markercluster": "~0.4.0",
"d3-tip": "~0.6.6",
"d3": "~3.5.6"
},
"resolutions": {
"d3": "~3.5.6"
}
}