search-destination-async
Version:
Search destinations by name, address, point of interest or coordinates. Using utility async.js
43 lines (42 loc) • 882 B
JSON
{
"name": "search-destination-async",
"version": "0.0.11",
"description": "Search destinations by name, address, point of interest or coordinates. Using utility async.js",
"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",
"geoname",
"geonames",
"poi",
"point of interest",
"async",
"queue"
],
"dependencies": {
"async": "^0.9.0",
"search-destination": "0.0.14",
"underscore": "^1.6.0"
},
"author": {
"name": "Oleg Kravchuk",
"email": "kolegm.real@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/kolegm/search-destination-async"
},
"license": "ISC"
}