mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2024-11-09 14:50:57 +00:00
26 lines
599 B
JSON
26 lines
599 B
JSON
{
|
|
"name": "devbridge-autocomplete",
|
|
"version": "1.4.5",
|
|
"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"
|
|
}
|
|
} |