nominatim-js
Version:
Unofficial JS SDK for the Nominatim Open Street Map service that allows geocoding and reverse geocoding
38 lines (37 loc) • 887 B
JSON
{
"name": "nominatim-js",
"version": "1.0.10",
"description": "Unofficial JS SDK for the Nominatim Open Street Map service that allows geocoding and reverse geocoding",
"keywords": [
"nominatim",
"open",
"gis",
"osm",
"open",
"street",
"map"
],
"author": "Juan Camilo Guarín P <jcguarinpenaranda@gmail.com>",
"homepage": "https://github.com/owsas/opensource#readme",
"license": "MIT",
"main": "lib/nominatim-js.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/owsas/opensource.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"build": "tsc"
},
"bugs": {
"url": "https://github.com/owsas/opensource/issues"
},
"gitHead": "a8392e47b256e721035dbfe77860ef89d80e6103"
}