mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2024-11-22 04:45:12 +00:00
Add bower.json
This commit is contained in:
parent
51a2b6b657
commit
ca4ec913fe
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,4 +2,5 @@
|
||||
/*.sln
|
||||
/*.suo
|
||||
/.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