2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-09-19 16:59:01 +00:00
jQuery-Autocomplete/bower.json

26 lines
599 B
JSON
Raw Normal View History

2014-02-01 18:37:27 +00:00
{
"name": "devbridge-autocomplete",
2017-11-20 15:40:34 +00:00
"version": "1.4.5",
"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",
2015-05-04 00:04:25 +00:00
"spec",
"scripts",
"content"
],
"dependencies": {
"jquery": ">=1.7"
}
}