forked from nicgirault/circosJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
44 lines (44 loc) · 843 Bytes
/
bower.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
{
"name": "circosjs",
"description": "d3js library to draw circular graphs",
"main": "dist/circosJS.js",
"license": "GPL-2.0",
"ignore": [
"demo"
],
"keywords": [
"d3",
"d3js",
"circos",
"chords",
"circle",
"circular",
"ring",
"plot",
"scatter",
"heatmap",
"histogram",
"layout",
"chart",
"graph"
],
"authors": [
{
"name": "Nicolas Girault",
"email": "nic.girault@gmail.com"
}
],
"homepage": "nicgirault.gitbooks.io/circosjs/content/",
"repository": {
"type": "git",
"url": "git://nicgirault/circosJS.git"
},
"dependencies": {
"d3": "~3.5.2",
"colorBrewer": "https://raw.githubusercontent.com/d3/d3/bower-metadata/lib/colorbrewer/colorbrewer.css",
"d3-tip": "0.6.7"
},
"resolutions": {
"d3": "~3.5.2"
}
}