1
0
hugo/static/bower_components/cal-heatmap/.bower.json

48 lines
1.0 KiB
JSON
Raw Normal View History

2024-04-23 13:21:26 +00:00
{
"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.6.2",
"main": [
"./cal-heatmap.js",
"./cal-heatmap.css"
],
"dependencies": {
"d3": ">=3.0.6 <4.0.0"
},
"location": "https://github.com/wa0x6e/cal-heatmap",
"license": "MIT",
"ignore": [
"test/",
"src/",
"Gruntfile.js",
"karma.conf.js",
"package.json"
],
"authors": [
{
"name": "Wan Qi Chen",
"homepage": "http://www.kamisama.me"
}
],
"homepage": "https://github.com/wa0x6e/cal-heatmap",
"repository": {
"type": "git",
"url": "https://github.com/wa0x6e/cal-heatmap.git"
},
"_release": "3.6.2",
"_resolution": {
"type": "version",
"tag": "3.6.2",
"commit": "559752c6ca78fd1620e178c46a9e035dc38bdd0e"
},
"_source": "https://github.com/kamisama/cal-heatmap.git",
"_target": "^3.6.2",
"_originalSource": "cal-heatmap",
"_direct": true
}