Y-SLD/assets/playkit/plugins/leaflet/heatmap/bower.json

31 lines
794 B
JSON
Raw Permalink Normal View History

2024-03-01 11:23:55 +00:00
{
"name": "heatmap.js-amd",
"description": "Dynamic JavaScript Heatmaps for the Web",
"main": "build/heatmap.min.js",
"homepage": "http://www.patrick-wied.at/static/heatmapjs/",
"authors": [
"Patrick Wied <contact@patrick-wied.at>"
],
"repository": {
"type": "git",
"url": "https://github.com/pa7/heatmap.js.git"
},
"keywords": [
"heatmap", "heat map", "heatmaps", "canvas", "html5", "web heatmaps"
],
"main": [
"build/heatmap.js",
"plugins/gmaps-heatmap/gmaps-heatmap.js",
"plugins/leaflet-heatmap/leaflet-heatmap.js",
"plugins/svg-area-heatmap.js"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}