bootstrap-multiselect
Version:
JQuery multiselect plugin based on Bootstrap.
39 lines (38 loc) • 867 B
JSON
{
"name": "bootstrap-multiselect",
"version": "2.0.0",
"description": "JQuery multiselect plugin based on Bootstrap.",
"main": "dist/js/bootstrap-multiselect.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/davidstutz/bootstrap-multiselect"
},
"keywords": [
"js",
"css",
"less",
"bootstrap",
"jquery",
"multiselect"
],
"files": [
"dist/*",
"LICENSE.md",
"README.md"
],
"author": "David Stutz",
"license": "Apache License, Version 2.0 OR BSD 3-Clause License",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/davidstutz/bootstrap-multiselect/issues"
},
"homepage": "http://davidstutz.github.io/bootstrap-multiselect/",
"dependencies": {
"jquery": ">= 2.2.4",
"bootstrap": "~5.3.x"
}
}