core-resource-app-test
Version:
App that contains assets and scripts for the core apps
31 lines (30 loc) • 606 B
JSON
{
"name": "leaflet-geocoder-mapzen",
"version": "1.4.1",
"homepage": "https://github.com/mapzen/leaflet-geocoder",
"authors": [
"Harish Krishna",
"Lou Huang <lou@mapzen.com>"
],
"description": "Leaflet plugin that adds ability to search (geocode) using the Pelias Geocoder API.",
"main": "dist/leaflet-geocoder-mapzen.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"leaflet",
"plugin",
"search",
"geocode",
"pelias",
"mapzen"
],
"license": "MIT",
"ignore": [
"node_modules",
"bower_components",
"spec"
]
}