forked from pa7/heatmap.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
30 lines (30 loc) · 794 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
{
"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 <[email protected]>"
],
"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"
]
}