UNPKG

leaflet-canvas-marker

Version:

Leaflet plugin to display markers on canvas instead of DOM

41 lines (40 loc) 992 B
{ "name": "leaflet-canvas-marker", "version": "0.2.0", "description": "Leaflet plugin to display markers on canvas instead of DOM", "main": "dist/leaflet.canvas-markers.js", "directories": { "example": "examples", "lib": "dist" }, "scripts": { "build:test": "set NODE_ENV=test&& webpack", "build": "set NODE_ENV=prod&& webpack", "watch": "set NODE_ENV=test&& webpack --watch", "prepublish": "npm run build" }, "keywords": [ "leaflet", "leaflet-plugin", "marker", "map" ], "author": "Evgeniy Voynov <voynov.ev@gmail.com> (http://github.com/eJuke)", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/eJuke/Leaflet.Canvas-Markers.git" }, "devDependencies": { "script-loader": "^0.7.2", "uglifyjs-webpack-plugin": "^1.2.5", "webpack": "^4.12.0", "webpack-cli": "^3.0.3" }, "peerDependencies": { "leaflet": "^1.0.0" }, "dependencies": { "rbush": "^2.0.2" } }