{
    "name": "leaflet-snap",
    "version": "0.0.3",
    "description": "Enable snapping between layers",
    "keywords": [
        "Leaflet",
        "GIS"
    ],
    "main": "leaflet.snap.js",
    "bugs": {
        "url": "https://github.com/makinacorpus/Leaflet.Snap/issues"
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/makinacorpus/Leaflet.Snap.git"
    },
    "license": "MIT",
    "scripts": {
    },
    "dependencies": {
        "leaflet": "^0.7.7",
        "leaflet-geometryutil": "*"
    },
    "optionalDependencies": {
        "leaflet-draw": "^0.3.2"
    }
}
