mirror of https://github.com/ColorlibHQ/gentelella
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
959 B
28 lines
959 B
{
|
|
"name": "devbridge-autocomplete",
|
|
"title": "DevBridge Autocomplete",
|
|
"description": "Autocomplete provides suggestions while you type into the text field. ",
|
|
"keywords": [
|
|
"ajax",
|
|
"autocomplete"
|
|
],
|
|
"version": "1.2.24",
|
|
"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/sourcery/components/jquery-autocomplete/",
|
|
"download": "https://github.com/devbridge/jQuery-Autocomplete/tree/master/dist",
|
|
"dependencies": {
|
|
"jquery": ">=1.7"
|
|
}
|
|
} |