We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a2b6b commit ca4ec91Copy full SHA for ca4ec91
.gitignore
@@ -2,4 +2,5 @@
2
/*.sln
3
/*.suo
4
/.idea*
5
-/*.xml
+/*.xml
6
+/bower_components
bower.json
@@ -0,0 +1,24 @@
1
+{
+ "name": "devbridge-autocomplete",
+ "version": "1.2.9",
+ "homepage": "https://github.com/devbridge/jQuery-Autocomplete",
+ "authors": [
+ "Tomas Kirda"
7
+ ],
8
+ "description": "Autocomplete provides suggestions while you type into the text field.",
9
+ "main": "src/jquery.autocomplete.js",
10
+ "keywords": [
11
+ "ajax",
12
+ "autocomplete"
13
14
+ "license": "MIT",
15
+ "ignore": [
16
+ "**/.*",
17
+ "node_modules",
18
+ "bower_components",
19
+ "spec"
20
21
+ "dependencies": {
22
+ "jquery": ">=1.7"
23
+ }
24
+}
0 commit comments