2
0
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:
Matija Marohnić 2014-02-01 19:37:27 +01:00
parent 51a2b6b657
commit ca4ec913fe
2 changed files with 26 additions and 1 deletions

3
.gitignore vendored
View File

@ -2,4 +2,5 @@
/*.sln
/*.suo
/.idea*
/*.xml
/*.xml
/bower_components

24
bower.json Normal file
View 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"
}
}