leaflet.freedraw
Version:
Zoopla inspired freehand polygon creation using Leaflet.js.
28 lines • 578 B
JSON
{
"name": "leaflet.freedraw",
"version": "2.0.1",
"description": "Zoopla inspired freehand polygon creation using Leaflet.js.",
"main": "dist/leaflet.freedraw.web.js",
"authors": [
"Adam Timberlake <adam.timberlake@gmail.com>"
],
"license": "MIT",
"keywords": [
"leaflet",
"freedraw",
"polygon",
"drawing",
"freehand"
],
"homepage": "https://github.com/Wildhoney/Leaflet.FreeDraw",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"angular": "^1.5.8"
}
}