jquery-selectme
Version:
jQuery-plugin to replace large select elements with a neat and searchable solution.
29 lines (28 loc) • 674 B
JSON
{
"name": "jquery-selectme",
"version": "0.2.0",
"description": "jQuery-plugin to replace large select elements with a neat and searchable solution.",
"main": "./lib/jquery.selectMe.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/bschueller/jquery.selectMe"
},
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"select",
"option",
"optgroup",
"checkbox",
"radiobutton",
"search"
],
"author": "Benjamin Schueller <benjamin.schueller@gmail.com>",
"license": "MIT",
"dependencies": {
"jquery": "^1.12.4"
}
}