forked from pa7/heatmap.js
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 817 Bytes
/
package.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
{
"name": "heatmapjs",
"version": "2.0.2",
"description": "Dynamic JavaScript Heatmaps for the Web",
"homepage": "http://www.patrick-wied.at/static/heatmapjs/",
"main": "heatmap.min.js",
"devDependencies": {
"grunt": ">= 0.4.1",
"coffee-script": ">= 1.6.3",
"grunt-contrib-uglify": ">= 0.2.0",
"grunt-contrib-concat": ">= 0.1.3",
"grunt-contrib-watch": "0.2.0rc7",
"grunt-contrib-jshint": ">= 0.3.0",
"grunt-contrib-copy": ">= 0.7.0",
"grunt-shell": "^0.7.0"
},
"keywords": [
"heatmap",
"heatmaps",
"heat map",
"heat maps",
"googlemaps heatmap",
"leaflet heatmap",
"leaflet"
],
"buildFiles": [
"src/config.js",
"src/data.js",
"src/renderer/canvas2d.js",
"src/renderer.js",
"src/util.js",
"src/core.js"
]
}