typeahead-addresspicker
Version:
Example of adding google map API to typeahead jquery plugin to display address autocomplete suggestions.
49 lines (48 loc) • 1.26 kB
JSON
{
"name": "typeahead-addresspicker",
"title": "typeahead-addresspicker",
"version": "1.0.1",
"homepage": "https://github.com/sgruhier/typeahead-addresspicker",
"author": {
"name": "Sebastien Gruhier",
"email": "sebastien.gruhier@xilinus.com",
"url": "http://xilinus.com"
},
"main": "src/typeahead-addresspicker.coffee",
"repository": {
"type": "git",
"url": "git://github.com/sgruhier/typeahead-addresspicker.git"
},
"description": "Example of adding google map API to typeahead jquery plugin to display address autocomplete suggestions.",
"keywords": [
"jquery",
"plugin",
"typeahead",
"addresspicker",
"google",
"map"
],
"bugs": {
"url": "https://github.com/sgruhier/typeahead-addresspicker/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://mit-license.org/"
}
],
"devDependencies": {
"grunt": "latest",
"grunt-cli": "latest",
"grunt-contrib-watch": "latest",
"grunt-contrib-coffee": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-jasmine": "latest",
"grunt-growl": "latest",
"grunt-simple-mocha": "~0.4.0",
"grunt-template-jasmine-istanbul": "~0.3.0"
},
"scripts": {
"test": "grunt travis"
}
}