forked from wa0x6e/cal-heatmap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 752 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 752 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
{
"name": "cal-heatmap",
"description": "Cal-Heatmap is a javascript module to create calendar heatmap to visualize time series data",
"keywords": [
"calendar",
"graph",
"d3js",
"heat map"
],
"version": "3.5.4",
"main": ["./cal-heatmap.js", "./cal-heatmap.css"],
"dependencies": {
"d3": ">= v3.0.6"
},
"location": "https://github.com/wa0x6e/cal-heatmap",
"licence": "MIT",
"ignore": [
"test/",
"src/",
"Gruntfile.js",
"karma.conf.js",
"package.json"
],
"author": {
"name": "Wan Qi Chen",
"url": "http://www.kamisama.me"
},
"homepage": "https://github.com/wa0x6e/cal-heatmap",
"repository": {
"type": "git",
"url": "https://github.com/wa0x6e/cal-heatmap.git"
}
}