jquery-ui.combobox
Version:
jQuery UI widget to improve usability of selects with filter input
39 lines (38 loc) • 859 B
JSON
{
"name": "jquery-ui.combobox",
"version": "1.0.7",
"description": "jQuery UI widget to improve usability of selects with filter input",
"main": "lib/jquery-ui.combobox.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/asleepwalker/jquery-ui.combobox.git"
},
"keywords": [
"jquery",
"jquery-ui",
"combobox",
"widget",
"ui",
"input",
"select",
"autocomplete",
"jquery-plugin"
],
"author": "Artyom 'Sleepwalker' Fedosov <mail@asleepwalker.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/asleepwalker/jquery-ui.combobox/issues"
},
"dependencies": {
"jquery": ">=1.6",
"jquery-ui": ">=1.8"
},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-jshint": "~1.1.0",
"grunt-jscs": "~3.0.1"
}
}