UNPKG

leaflet-webgl-heatmap

Version:

A Leaflet plugin for a popular WebGL Heatmap library.

53 lines (52 loc) 1.38 kB
{ "name": "leaflet-webgl-heatmap", "version": "0.2.7", "description": "A Leaflet plugin for a popular WebGL Heatmap library.", "main": "dist/leaflet-webgl-heatmap.min.js", "files": [ "dist/*", "src/*" ], "dependencies": {}, "devDependencies": { "browser-sync": "^2.18.5", "casperjs": "^1.1.3", "gulp": "^3.9.1", "gulp-rename": "^1.2.2", "gulp-uglify": "^2.0.0", "jshint": "^2.9.4", "leaflet": "^1.1.0" }, "preinstall": "npm i -g casperjs jshint gulp", "start": "gulp", "scripts": { "test": "npm run test-src && npm run test-example && npm run test-casper", "test-src": "jshint ./src/leaflet-webgl-heatmap.js", "test-example": "jshint ./example/js/script.js", "test-casper": "casperjs test ./tests/ --includes=casper-helpers.js", "build": "gulp build", "release": "./publish.sh || true" }, "repository": { "type": "git", "url": "git+https://github.com/ursudio/webgl-heatmap-leaflet.git" }, "keywords": [ "heatmap", "webgl", "leaflet", "plugin" ], "author": "Ursudio", "contributors": [ { "name": "Chris Willey", "url": "https://github.com/chriswilley" } ], "license": "MIT", "bugs": { "url": "https://github.com/ursudio/webgl-heatmap-leaflet/issues" }, "homepage": "https://github.com/ursudio/webgl-heatmap-leaflet#readme" }