2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-09-19 08:49:01 +00:00
jQuery-Autocomplete/bower.json
2018-08-21 11:06:24 -05:00

26 lines
599 B
JSON

{
"name": "devbridge-autocomplete",
"version": "1.4.9",
"homepage": "https://github.com/devbridge/jQuery-Autocomplete",
"authors": [
"Tomas Kirda"
],
"description": "Autocomplete provides suggestions while you type into the text field.",
"main": "dist/jquery.autocomplete.js",
"keywords": [
"ajax",
"autocomplete"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"spec",
"scripts",
"content"
],
"dependencies": {
"jquery": ">=1.7"
}
}