{
  "version": "3.4.27",
  "name": "ionic-selectable-v3",
  "title": "Ionic Selectable",
  "description": "An Ionic component similar to Ionic Select, that allows to search items, including async search, group, add, edit, delete items, and much more.",
  "author": {
    "name": "Evgenii Koriakin",
    "url": "https://github.com/eakoriakin"
  },
  "license": "See license in LICENSE",
  "homepage": "https://github.com/eakoriakin/ionic-selectable",
  "repository": {
    "type": "git",
    "url": "https://github.com/eakoriakin/ionic-selectable.git"
  },
  "bugs": {
    "url": "https://github.com/eakoriakin/ionic-selectable/issues"
  },
  "keywords": ["ionic", "ionic 2", "ionic 3", "ionic 4", "ion-select", "search", "searchable", "searchbar", "select", "selectable"],
  "main": "bundles/ionic-selectable-v3.umd.min.js",
  "module": "esm5/ionic-selectable-v3.min.js",
  "types": "ionic-selectable.d.ts",
  "peerDependencies": {
    "@angular/core": ">=4.1.3",
    "ionic-angular": ">=3.6.0",
    "rxjs": ">=5.4.0",
    "zone.js": ">=0.8.12"
  },
  "es2015": "esm2015/ionic-selectable-v3.min.js",
  "typings": "ionic-selectable-v3.d.ts",
  "metadata": "ionic-selectable-v3.metadata.json"
}