{
  "name": "gpx-js",
  "version": "1.1.0",
  "description": "GPX file parser",
  "main": "dist/GpxJs.min.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "nyc mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/matteomelotti/GpxJs.git"
  },
  "keywords": [
    "strava",
    "garmin",
    "gpx",
    "parser",
    "GPS",
    "Positioning",
    "GEOJson"
  ],
  "author": "Matteo Melotti",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/matteomelotti/GpxJs/issues"
  },
  "homepage": "https://github.com/matteomelotti/GpxJs#readme",
  "dependencies": {
    "jsdom": "^22.0.0",
    "jsdom-global": "^3.0.2"
  },
  "devDependencies": {
    "gulp": "^4.0.2",
    "gulp-jsdoc3": "^3.0.0",
    "gulp-minify": "^3.1.0",
    "gulp-mocha": "^8.0.0",
    "jsdoc": "^3.6.3",
    "jsdom": "^22.0.0",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0"
  }
}
