24 lines
430 B
JSON
24 lines
430 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|