search-destination
Version:
Search destination by name, address, point of interest or coordinates
44 lines (43 loc) • 894 B
JSON
{
"name": "search-destination",
"version": "0.0.14",
"description": "Search destination by name, address, point of interest or coordinates",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"search",
"destination",
"geocoder",
"reverse",
"place",
"address",
"name",
"coordinate",
"google",
"osm",
"open street map",
"yahoo",
"yandex",
"geoname",
"geonames",
"poi",
"point of interest"
],
"dependencies": {
"search-geonames": "0.0.10",
"search-google-geocode": "0.0.13",
"search-osm-geocode": "0.0.8",
"underscore": "^1.6.0"
},
"author": {
"name": "Oleg Kravchuk",
"email": "kolegm.real@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/kolegm/search-destination"
},
"license": "ISC"
}