Skip to content

Commit 702bc0e

Browse files
author
Tomas Kirda
committed
Merge pull request #148 from silvenon/bower
Add bower.json
2 parents 51a2b6b + ca4ec91 commit 702bc0e

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
/*.sln
33
/*.suo
44
/.idea*
5-
/*.xml
5+
/*.xml
6+
/bower_components

bower.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "devbridge-autocomplete",
3+
"version": "1.2.9",
4+
"homepage": "https://github.com/devbridge/jQuery-Autocomplete",
5+
"authors": [
6+
"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

Comments
 (0)