diff --git a/.gitignore b/.gitignore index e1e4501..acc0f65 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ /*.sln /*.suo /.idea* -/*.xml \ No newline at end of file +/*.xml +/bower_components diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..93425d6 --- /dev/null +++ b/bower.json @@ -0,0 +1,24 @@ +{ + "name": "devbridge-autocomplete", + "version": "1.2.9", + "homepage": "https://github.com/devbridge/jQuery-Autocomplete", + "authors": [ + "Tomas Kirda" + ], + "description": "Autocomplete provides suggestions while you type into the text field.", + "main": "src/jquery.autocomplete.js", + "keywords": [ + "ajax", + "autocomplete" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "spec" + ], + "dependencies": { + "jquery": ">=1.7" + } +}