| 1234567891011121314151617181920212223242526 |
- {
- "name": "leaflet.motion",
- "version": "0.3.2",
- "keywords": [
- "leaflet.js",
- "browser",
- "move",
- "motion",
- "animation",
- "line animation"
- ],
- "description": "Animation plugin for Leaflet.js",
- "homepage": "https://github.com/Igor-Vladyka/leaflet.motion#readme",
- "bugs": "https://github.com/Igor-Vladyka/leaflet.motion/issues",
- "repository": {
- "url": "git+https://github.com/Igor-Vladyka/leaflet.motion",
- "type": "git"
- },
- "author": "Igor Vladyka <igor.vladyka@gmail.com> (https://github.com/Igor-Vladyka/)",
- "license": "MIT (http://www.opensource.org/licenses/mit-license.php)",
- "devDependencies": {
- "webpack": "^5",
- "webpack-cli": "^4"
- },
- "dependencies": {}
- }
|