typeahead-addresspicker
Version:
Example of adding google map API to typeahead jquery plugin to display address autocomplete suggestions.
25 lines (24 loc) • 542 B
JSON
{
"name": "typeahead-addresspicker",
"version": "0.1.4",
"homepage": "https://github.com/sgruhier/typeahead-addresspicker",
"authors": [
"Sébastien Gruhier <sebastien.gruhier@xilinus.com>"
],
"description": "Address picker using google map API to twitter typeahead.js autocomplete",
"keywords": [
"autocomplete",
"typeahead",
"addresspicker"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"spec"
],
"dependencies": {
"typeahead.js": "~0.10.4"
}
}