leaflet-editable
Version:
Make geometries editable in Leaflet
23 lines (22 loc) • 447 B
JSON
{
"name": "leaflet.editable",
"version": "0.6.0",
"homepage": "https://github.com/Leaflet/Leaflet.Editable",
"authors": [
"Yohan Boniface <ybon@openstreetmap.fr>"
],
"description": "Make geometries editable in Leaflet.",
"main": "src/Leaflet.Editable.js",
"keywords": [
"leaflet"
],
"license": "WTFPL",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"example"
]
}