jquery-ui.autocomplete.match
Version:
jQuery UI plugin for Autocomplete Widget to highlight matches in dropdown lists
40 lines (39 loc) • 942 B
JSON
{
"name": "jquery-ui.autocomplete.match",
"version": "1.0.2",
"description": "jQuery UI plugin for Autocomplete Widget to highlight matches in dropdown lists",
"main": "lib/jquery-ui.autocomplete.match.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/asleepwalker/jquery-ui.autocomplete.match.git"
},
"keywords": [
"jquery",
"jquery-ui",
"autocomplete",
"widget",
"combobox",
"match",
"matching",
"hightlight",
"highlighting",
"jquery-plugin"
],
"author": "Artyom 'Sleepwalker' Fedosov <mail@asleepwalker.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/asleepwalker/jquery-ui.autocomplete.match/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"
}
}