UNPKG

leaflet.smoothgeodesic

Version:
50 lines (49 loc) 1.24 kB
{ "name": "leaflet.smoothgeodesic", "description": "Smooth geodesic curves for Leaflet.", "author": "Hunter Evanoff", "version": "1.0.0", "license": "MIT", "main": "dist/leaflet.smoothgeodesic.js", "browser": "dist/leaflet.smoothgeodesic.umd.min.js", "types": "dist/leaflet.smoothgeodesic.d.ts", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/hunter547/Leaflet.SmoothGeodesic.git" }, "homepage": "https://leaflet-smoothgeodesic.netlify.com", "scripts": { "prepublish": "npm run build", "build": "rollup -c rollup.config.js", "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "dist/leaflet.smoothgeodesic.js", "dist/leaflet.smoothgeodesic.d.ts" ], "keywords": [ "SVG", "path", "geodesic", "Leaflet", "great", "circle", "Catmull", "Rom", "spline" ], "devDependencies": { "@types/leaflet": "^1.7.9", "rollup": "^2.70.1", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-dts": "^4.2.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.31.2", "typescript": "^4.6.3" }, "peerDependencies": { "leaflet": "^1.1.0" } }