Updated bower dependencies for client.

This commit is contained in:
baldo 2022-08-02 15:24:19 +02:00
commit fe5b68e1c4
136 changed files with 7596 additions and 9284 deletions

View file

@ -5,6 +5,9 @@
"name": "Manuel Bieh",
"url": "http://www.manuelbieh.com/"
},
"bin": {
"geolib": "./geolib.js"
},
"repository": {
"type": "git",
"url": "http://github.com/manuelbieh/geolib.git"
@ -19,34 +22,27 @@
"grunt-contrib-qunit": "~0.2.0",
"grunt-text-replace": "~0.3.6",
"grunt-contrib-jshint": "~0.6.2",
"phantomjs": ">=1.8.0",
"grunt-jslint": "~1.0.0",
"time-grunt": "~0.3.1",
"load-grunt-tasks": "~0.4.0"
"phantomjs": "~1.8.0",
"grunt-jslint": "~1.0.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
"type": "LGPL",
"url": "http://www.gnu.org/licenses/lgpl-3.0.txt"
}
],
"files": [
"dist/geolib.js",
"dist/geolib.elevation.js"
"geolib.js"
],
"description": "Library to perform geo specific tasks",
"keywords": [
"geolocation",
"geo",
"distance",
"geojson",
"geospatial",
"lbs",
"location"
"distance"
],
"scripts": {
"test": "grunt travis --verbose"
},
"version": "2.0.22",
"main": "dist/geolib.js"
"version": "1.3.5",
"main": "./geolib"
}