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 00cefad commit b6d3f75Copy full SHA for b6d3f75
package.json
@@ -0,0 +1,12 @@
1
+{
2
+ "name": "devbridge-autocomplete",
3
+ "version": "1.2.11",
4
+ "description": "Autocomplete provides suggestions while you type into the text field.",
5
+ "homepage": "https://github.com/devbridge/jQuery-Autocomplete",
6
+ "author": "Tomas Kirda (https://twitter.com/tkirda)",
7
+ "main": "dist/jquery.autocomplete.js",
8
+ "license": "MIT",
9
+ "dependencies": {
10
+ "jquery": ">=1.7"
11
+ }
12
+}
0 commit comments