forked from pa7/heatmap.js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.03 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "heatmap.js",
"version": "2.0.5",
"description": "Dynamic JavaScript Heatmaps for the Web",
"homepage": "https://www.patrick-wied.at/static/heatmapjs/",
"author": {
"name": "Patrick Wied",
"email": "heatmapjs@patrick-wied.at",
"url": "https://www.patrick-wied.at/"
},
"main": "build/heatmap.js",
"dependencies": {
"canvas": "^2.0.1"
},
"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"
},
"keywords": [
"heatmap",
"heatmaps",
"heat map",
"heat maps",
"googlemaps heatmap",
"leaflet heatmap",
"leaflet"
],
"files": [
"build",
"plugins",
"examples",
"docs",
"package.json",
"LICENSE",
"README.md"
],
"buildFiles": [
"src/config.js",
"src/data.js",
"src/renderer/canvas2d.js",
"src/renderer.js",
"src/util.js",
"src/core.js"
]
}