UNPKG

@elfalem/leaflet-curve

Version:

A Leaflet plugin for drawing Bézier curves and other complex shapes.

42 lines (41 loc) 934 B
{ "name": "@elfalem/leaflet-curve", "version": "0.9.2", "description": "A Leaflet plugin for drawing Bézier curves and other complex shapes.", "main": "dist/leaflet.curve.js", "types": "types/leaflet.curve.d.ts", "scripts": { "build": "webpack" }, "files": [ "dist/leaflet.curve.js", "types/leaflet.curve.d.ts" ], "repository": { "type": "git", "url": "git+https://github.com/elfalem/Leaflet.curve.git" }, "keywords": [ "leaflet", "Bezier", "curve", "SVG" ], "author": "elfalem", "license": "MIT", "bugs": { "url": "https://github.com/elfalem/Leaflet.curve/issues" }, "homepage": "https://github.com/elfalem/Leaflet.curve#readme", "devDependencies": { "webpack": "^5.75.0", "webpack-cli": "^5.0.1" }, "peerDependencies": { "leaflet": "^1.1.0" }, "optionalDependencies": { "@tweenjs/tween.js": "^17.2.0" }, "dependencies": {} }