@owsas/nominatim-js
Version:
Unofficial JS SDK for the Nominatim Open Street Map service that allows geocoding and reverse geocoding
38 lines (37 loc) • 894 B
JSON
{
"name": "@owsas/nominatim-js",
"private": false,
"version": "1.0.1",
"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": "dist/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"
},
"bugs": {
"url": "https://github.com/owsas/opensource/issues"
},
"gitHead": "283c4d7d368d5b7a80d48a7bf77e80ba39d1a2e1"
}