ffffng/app/bower_components/geolib/bower.json

24 lines
428 B
JSON
Raw Normal View History

{
"name": "Geolib",
2022-08-02 15:24:19 +02:00
"main": "geolib.js",
"version": "1.3.5",
"homepage": "https://github.com/manuelbieh/Geolib",
"authors": [
2022-08-02 15:24:19 +02:00
"Manuel Bieh <github@manuelbieh.de>"
],
"description": "Library to perform geo specific tasks",
"keywords": [
"geolocation",
"geo",
"distance"
],
"license": "LGPL",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}