-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
30 lines (30 loc) · 953 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
{
"name": "hexgrid-heatmap",
"version": "0.1.2",
"description": "A hexgrid-based heatmap layer for your Mapbox GL JS map",
"main": "HexgridHeatmap.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify index.js -o dist/HexgridHeatmap.js",
"dev": "watchify index.js -o dist/HexgridHeatmap.js --verbose"
},
"author": "Sam Kronick (@kronick)",
"license": "ISC",
"dependencies": {
"@turf/center": "^3.10.3",
"@turf/destination": "^3.10.3",
"@turf/distance": "^3.10.3",
"@turf/hex-grid": "^3.10.3",
"rbush": "^2.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kronick/HexgridHeatmap.git"
},
"author": "Sam Kronick <[email protected]> (http://samkronick.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/kronick/HexgridHeatmap/issues"
},
"homepage": "https://github.com/kronick/HexgridHeatmap#readme"
}