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.
26 lines
600 B
26 lines
600 B
9 years ago
|
{
|
||
|
"name": "devbridge-autocomplete",
|
||
|
"version": "1.2.24",
|
||
|
"homepage": "https://github.com/devbridge/jQuery-Autocomplete",
|
||
|
"authors": [
|
||
|
"Tomas Kirda"
|
||
|
],
|
||
|
"description": "Autocomplete provides suggestions while you type into the text field.",
|
||
|
"main": "dist/jquery.autocomplete.js",
|
||
|
"keywords": [
|
||
|
"ajax",
|
||
|
"autocomplete"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"spec",
|
||
|
"scripts",
|
||
|
"content"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"jquery": ">=1.7"
|
||
|
}
|
||
|
}
|