forked from devbridge/jQuery-Autocomplete
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevbridge-autocomplete.jquery.json
More file actions
28 lines (28 loc) · 947 Bytes
/
devbridge-autocomplete.jquery.json
File metadata and controls
28 lines (28 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "devbridge-autocomplete",
"title": "DevBridge Autocomplete",
"description": "Autocomplete provides suggestions while you type into the text field. ",
"keywords": [
"ajax",
"autocomplete"
],
"version": "1.2.9",
"author": {
"name": "Tomas Kirda",
"url": "https://github.com/tkirda"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/devbridge/jQuery-Autocomplete/blob/master/license.txt"
}
],
"bugs": "https://github.com/devbridge/jQuery-Autocomplete/issues?state=open",
"homepage": "https://github.com/devbridge/jQuery-Autocomplete",
"docs": "https://github.com/devbridge/jQuery-Autocomplete",
"demo": "http://www.devbridge.com/projects/autocomplete/jquery/",
"download": "https://github.com/devbridge/jQuery-Autocomplete/tree/master/dist",
"dependencies": {
"jquery": ">=1.7"
}
}