mahaseel-gpxparser
Version:
44 lines (43 loc) • 960 B
JSON
{
"name": "mahaseel-gpxparser",
"version": "1.0.0",
"description": "GPX file parser",
"main": "dist/GPXParser.min.js",
"scripts": {
"build": "gulp build",
"test": "nyc mocha",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mahaseel-Lab/GPXParser.js.git"
},
"keywords": [
"gpx",
"parser",
"GPS",
"Positioning",
"GEOJson"
],
"author": "Lucas Trebouet Voisin",
"license": "MIT",
"bugs": {
"url": "https://github.com/Luuka/GPXParser.js/issues"
},
"homepage": "https://github.com/Mahaseel-Lab/GPXParser.js#readme",
"dependencies": {
"jsdom": "^21.1.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"gulp": "^4.0.2",
"gulp-jsdoc3": "^2.0.0",
"gulp-minify": "^3.1.0",
"gulp-mocha": "^7.0.2",
"husky": "^8.0.3",
"jsdoc": "^3.6.3",
"jsdom": "^21.1.0",
"mocha": "^6.2.2",
"nyc": "^15.0.0"
}
}