{
  "name": "bootstrap-multiselect",
  "description": "Twitter Bootstrap plugin to make selects user friendly.",
  "homepage": "http://davidstutz.github.io/bootstrap-multiselect/",
  "version": "1.0.0",
  "keywords": [
      "js",
      "css",
      "less",
      "bootstrap",
      "jquery",
      "multiselect"
  ],
  "main": [
    "./dist/js/bootstrap-multiselect.js",
    "./dist/css/bootstrap-multiselect.css",
    "./dist/less/bootstrap-multiselect.less"
  ],
  "dependencies": {
    "jquery": ">= 2.2.4",
    "bootstrap": ">= 4.5.2"
  },
  "ignore": [
    "docs/.*",
    "tests/.*",
    "*.html",
    "*.git*",
    "*.md",
    "*.png",
    "*.php"
  ]
}
