{
  "name": "ngx-tree-select",
  "version": "0.14.0",
  "description": "Angular component for select with tree items.",
  "keywords": [
    "angular4",
    "treeview",
    "dropdown",
    "select"
  ],
  "author": "Crazyht <crazyht24@0hotmail.com>",
  "homepage": "https://github.com/crazyht/ngx-tree-select",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/crazyht/ngx-tree-select.git"
  },
  "bugs": {
    "url": "https://github.com/crazyht/ngx-tree-select/issues"
  },
  "engines": {
    "node": ">= 4.2.1",
    "npm": ">= 3"
  },
  "dependencies": {},
  "peerDependencies": {
    "@angular/core": ">=4.0.0 <6.0.0",
    "@angular/forms": ">=4.0.0 <6.0.0"
  },
  "main": "bundle/ngx-tree-select.rollup.umd.js",
  "module": "bundle/ngx-tree-select.es5.js",
  "es2015": "bundle/ngx-tree-select.js",
  "typings": "src/ngx-tree-select.ng-flat.d.ts"
}
