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

27 lines
444 B
JSON

{
"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"
]
}