ffffng/app/bower_components/geolib/bower.json

24 lines
430 B
JSON
Raw Normal View History

{
"name": "Geolib",
"main": "dist/geolib.js",
"version": "2.0.9",
"homepage": "https://github.com/manuelbieh/Geolib",
"authors": [
"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"
]
}