{
  "name": "@gitsupport/angular-tree-component",
  "version": "5.2.8",
  "description": "A simple yet powerful tree component for Angular",
  "author": "Adam Klein <adam@500tech.com>",
  "homepage": "https://github.com/gitsupportio/angular-tree-component",
  "license": "MIT",
  "main": "dist/angular-tree-component.umd.js",
  "js:next": "dist/angular-tree-component.js",
  "module": "dist/angular-tree-component.js",
  "types": "dist/angular-tree-component.d.ts",
  "keywords": [
    "ng",
    "angular",
    "ng2",
    "angular2",
    "tree",
    "treeview",
    "tree-view",
    "angular2-tree",
    "angular-tree",
    "angular tree",
    "angular2 tree",
    "ng2-tree",
    "ng2tree",
    "ng2 tree",
    "ngtree",
    "ng-tree",
    "angular-treeview",
    "angular2-treeview",
    "angular-tree-component",
    "angular tree component",
    "angular2-tree-component",
    "angular2 tree component"
  ],
  "scripts": {
    "doc": "typedoc --module commonjs --out doc lib/defs/api.ts",
    "clean": "npm run clean:typescript && rimraf node_modules && npm cache clean",
    "clean:typescript": "rimraf dist",
    "lint": "tslint lib/**/*.ts",
    "rollup": "./node_modules/.bin/rollup -c rollup.config.js dist/angular-tree-component.js -o dist/angular-tree-component.umd.js",
    "build": "npm run lint && npm run clean:typescript && ./node_modules/.bin/ngc && npm run rollup && cp lib/angular-tree-component.css dist",
    "example:cli2": "./node_modules/.bin/ngc && cd example/cli2 && npm install && npm install ../../ && ./node_modules/.bin/ng serve",
    "example:cli4": "./node_modules/.bin/ngc && cd example/cli4 && npm install && npm install ../../ && ./node_modules/.bin/ng serve",
    "example:cli": "./node_modules/.bin/ngc && cp lib/angular-tree-component.css dist && cd example/cli && npm install && npm install ../../ && ./node_modules/.bin/ng serve",
    "example:cli:win": ".\\node_modules\\.bin\\ngc && cd example\\cli && npm install && npm install ..\\..\\ && .\\node_modules\\.bin\\ng serve",
    "selenium": "webdriver-manager update && webdriver-manager start",
    "example:cli:build": "npm run build && cd example/cli && npm install && npm install ../../ && cp src/index.build.html src/index.html && ./node_modules/.bin/ng build --aot && cp src/index.dev.html src/index.html && mkdir -p 500tech/angular2-tree-component/master/example/cli/ && cp -rf dist 500tech/angular2-tree-component/master/example/cli/",
    "test": "protractor protractor.conf.js",
    "test:setup": "concurrently --kill-others \"npm run selenium\" \"npm run example:cli\"",
    "prepublishOnly": "cd example/cli && npm install && cd ../../ && npm run build && npm run example:cli:build",
    "e2e:tsc": "../node_modules/.bin/tsc --p e2e/tsconfig.json"
  },
  "files": [
    "dist/"
  ],
  "readme": "https://github.com/gitsupportio/angular-tree-component/blob/master/README.md",
  "contributors": [
    "Adam Klein <adam@500tech.com>",
    "Brandon Slade <brandonyoyoslade@gmail.com>"
  ],
  "peerDependencies": {
    "@angular/common": "^5.1.3",
    "@angular/core": "^5.1.3"
  },
  "dependencies": {
    "@types/lodash.every": "^4.6.3",
    "@types/lodash.some": "^4.6.3",
    "lodash.compact": "^3.0.1",
    "lodash.defaultsdeep": "^4.6.0",
    "lodash.every": "^4.6.0",
    "lodash.find": "^4.6.0",
    "lodash.first": "^3.0.0",
    "lodash.get": "^4.4.2",
    "lodash.isfunction": "^3.0.8",
    "lodash.isstring": "^4.0.1",
    "lodash.last": "^3.0.0",
    "lodash.omit": "^4.5.0",
    "lodash.pick": "^4.4.0",
    "lodash.some": "^4.6.0",
    "mobx": ">=3",
    "mobx-angular": ">=1"
  },
  "devDependencies": {
    "@angular/animations": "^5.1.3",
    "@angular/common": "^5.1.3",
    "@angular/compiler": "^5.1.3",
    "@angular/compiler-cli": "^5.1.3",
    "@angular/core": "^5.1.3",
    "@angular/http": "^5.1.3",
    "@angular/platform-browser": "^5.1.3",
    "@angular/platform-browser-dynamic": "^5.1.3",
    "@angular/platform-server": "^5.1.3",
    "@types/jasmine": "2.5.38",
    "@types/lodash.compact": "^3.0.3",
    "@types/lodash.defaultsdeep": "^4.6.3",
    "@types/lodash.find": "^4.6.3",
    "@types/lodash.first": "^3.0.3",
    "@types/lodash.get": "^4.4.3",
    "@types/lodash.isfunction": "^3.0.3",
    "@types/lodash.isstring": "^4.0.3",
    "@types/lodash.last": "^3.0.3",
    "@types/lodash.omit": "^4.5.3",
    "@types/lodash.pick": "^4.4.3",
    "@types/node": "^6.0.38",
    "@types/rx": "2.5.34",
    "@types/webpack": "^1.12.29",
    "codelyzer": "2.0.0-beta.4",
    "concurrently": "3.4.0",
    "core-js": "^2.4.1",
    "html-dnd": "1.2.0",
    "http-server": "0.9.0",
    "nightwatch": "0.9.12",
    "protractor": "5.1.1",
    "protractor-jasmine2-html-reporter": "0.0.7",
    "rimraf": "^2.5.1",
    "rollup": "^0.41.4",
    "rollup-plugin-commonjs": "7.0.2",
    "rollup-plugin-node-resolve": "2.0.0",
    "rollup-plugin-uglify": "1.0.1",
    "rxjs": "^5.1.0",
    "tslint": "4.4.2",
    "typedoc": "^0.3.12",
    "typescript": "2.4.2",
    "zone.js": "^0.8.4"
  },
  "repository": "https://github.com/gitsupportio/angular-tree-component.git",
  "bugs": {
    "url": "https://github.com/gitsupportio/angular-tree-component/issues"
  },
  "engines": {
    "node": ">= 4.2.1",
    "npm": ">= 3"
  }
}
