package.json 723 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "leaflet.motion",
  3. "version": "0.3.2",
  4. "keywords": [
  5. "leaflet.js",
  6. "browser",
  7. "move",
  8. "motion",
  9. "animation",
  10. "line animation"
  11. ],
  12. "description": "Animation plugin for Leaflet.js",
  13. "homepage": "https://github.com/Igor-Vladyka/leaflet.motion#readme",
  14. "bugs": "https://github.com/Igor-Vladyka/leaflet.motion/issues",
  15. "repository": {
  16. "url": "git+https://github.com/Igor-Vladyka/leaflet.motion",
  17. "type": "git"
  18. },
  19. "author": "Igor Vladyka <igor.vladyka@gmail.com> (https://github.com/Igor-Vladyka/)",
  20. "license": "MIT (http://www.opensource.org/licenses/mit-license.php)",
  21. "devDependencies": {
  22. "webpack": "^5",
  23. "webpack-cli": "^4"
  24. },
  25. "dependencies": {}
  26. }