jquery-ui.combobox
Version:
jQuery UI widget to improve usability of selects with filter input
31 lines (30 loc) • 637 B
JSON
{
"name": "jquery-ui.combobox",
"main": "./lib/jquery-ui.combobox.js",
"version": "1.0.7",
"homepage": "https://github.com/asleepwalker/jquery-ui.combobox",
"authors": [
"Artyom 'Sleepwalker' Fedosov <mail@asleepwalker.ru>"
],
"description": "jQuery UI widget to improve usability of selects with filter input",
"keywords": [
"jquery",
"jquery-ui",
"combobox",
"widget",
"ui",
"input",
"select",
"autocomplete"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"jquery": ">=1.6",
"jquery-ui": ">=1.8"
}
}