Skip to content

Commit b65d5cc

Browse files
author
Tomas Kirda
committed
Add package manifest.
1 parent b77771b commit b65d5cc

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

autocomplete.jquery.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "Autocomplete",
3+
"title": "DevBridge Autocomplete",
4+
"description": "Autocomplete provides suggestions while you type into the text field. ",
5+
"keywords": [
6+
"ajax",
7+
"autocomplete"
8+
],
9+
"version": "1.2.2",
10+
"author": {
11+
"name": "Tomas Kirda",
12+
"url": "https://github.com/tkirda"
13+
},
14+
"licenses": [
15+
{
16+
"type": "MIT",
17+
"url": "https://github.com/devbridge/jQuery-Autocomplete/blob/master/license.txt"
18+
}
19+
],
20+
"bugs": "https://github.com/devbridge/jQuery-Autocomplete/issues?state=open",
21+
"homepage": "https://github.com/devbridge/jQuery-Autocomplete",
22+
"docs": "https://github.com/devbridge/jQuery-Autocomplete",
23+
"demo": "http://www.devbridge.com/projects/autocomplete/jquery/",
24+
"download": "https://github.com/devbridge/jQuery-Autocomplete/tree/master/dist",
25+
"dependencies": {
26+
"jquery": ">=1.7"
27+
}
28+
}

0 commit comments

Comments
 (0)