You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2017. It is now read-only.
"description": "An advanced jQuery plugin that wraps the Google Maps API's [Geocoding](https://code.google.com/apis/maps/documentation/javascript/geocoding.html) and [Places Autocomplete](https://code.google.com/apis/maps/documentation/javascript/places.html#places_autocomplete) services. You simply provide an input that lets you search for locations with a nice autocomplete dropdown. Optionally add a container to show an interactive map and a form that will be populated with the address details.",
"main": "jquery.geocomplete.js",
"directories": {
"example": "examples"
},
"dependencies": {
"docco": "^0.6.3",
"uglifyjs": "^2.3.6"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-release": "^0.7.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"