{
  "name": "leaflet-gpx",
  "version": "2.2.0",
  "description": "A Leaflet plugin for showing a GPX track on a map",
  "type": "module",
  "peerDependencies": {
    "leaflet": "^2.0.0-alpha.1"
  },
  "main": "gpx.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mpetazzoni/leaflet-gpx.git"
  },
  "keywords": [
    "leaflet",
    "gpx",
    "leaflet-gpx",
    "map",
    "gps"
  ],
  "author": "Maxime Petazzoni <maxime.petazzoni@bulix.org> (https://www.bulix.org)",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/mpetazzoni/leaflet-gpx/issues"
  },
  "homepage": "https://github.com/mpetazzoni/leaflet-gpx#readme"
}
