beartrack-mobile/www/js/gpx-parse/bower.json

27 lines
444 B
JSON
Raw Normal View History

2024-06-16 12:12:20 +00:00
{
"name": "gpx-parse",
"description": "GPX parser for Node.js and the Browser",
"main": "dist/gpx-parse-browser.js",
"authors": [
"Elliot Stokes"
],
"license": "MIT",
"keywords": [
"gpx",
"parser",
"gps",
"geo"
],
"homepage": "https://github.com/elliotstokes/gpx-parse",
"moduleType": [
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}