{
  "name": "ngx-bootrap-multiselect",
  "version": "2.0.0",
  "description": "Customizable multiselect dropdown in Angular 2 with bootstrap css.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/softsimon/ngx-bootrap-multiselect.git"
  },
  "keywords": [
    "angular",
    "dropdown",
    "multi select"
  ],
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": "^10.0.6",
    "@angular/core": "^10.0.6",
    "@angular/forms": "^10.0.6"
  },
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "main": "bundles/ngx-bootrap-multiselect.umd.js",
  "module": "fesm2015/ngx-bootrap-multiselect.js",
  "es2015": "fesm2015/ngx-bootrap-multiselect.js",
  "esm2015": "esm2015/ngx-bootrap-multiselect.js",
  "fesm2015": "fesm2015/ngx-bootrap-multiselect.js",
  "typings": "ngx-bootrap-multiselect.d.ts",
  "metadata": "ngx-bootrap-multiselect.metadata.json",
  "sideEffects": false
}
