mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2024-11-25 06:07:45 +00:00
commit
702bc0e9c3
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,4 +2,5 @@
|
|||||||
/*.sln
|
/*.sln
|
||||||
/*.suo
|
/*.suo
|
||||||
/.idea*
|
/.idea*
|
||||||
/*.xml
|
/*.xml
|
||||||
|
/bower_components
|
||||||
|
24
bower.json
Normal file
24
bower.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user