{
  "name": "ngx-fabric8-wit",
  "version": "10.0.2",
  "description": "Common services for working with Fabric8 Work Item Tracker",
  "main": "bundles/ngx-fabric8-wit.umd.js",
  "module": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "build": "npm-run-all --serial lint:less lint:ts build:aot build:bundle",
    "build:aot": "npm run rimraf -- build build-aot && gulp build-aot",
    "build:bundle": "npm-run-all --serial build:library",
    "build:demo": "npm-run-all --serial 'rimraf -- dist-demo' demo:copy-examples demo:webpack",
    "build:library": "npm run rimraf -- build dist dist-watch src/**/*.css && gulp build",
    "clean": "npm cache clear --force && npm run rimraf -- package-lock.json node_modules doc coverage dist distwatch bundles",
    "lint:less": "stylelint 'src/**/*.less' --config .stylelintrc",
    "lint:less:fix": "npm run lint:less -- --fix",
    "lint:ts": "tslint -c tslint.json 'src/**/*.ts'",
    "lint:ts:fix": "npm run lint:ts -- --fix",
    "minify": "uglifyjs dist/bundles/ngx-widgets.js --screw-ie8 --compress --mangle --comments --output dist/bundles/ngx-widgets.min.js",
    "perf": "webpack --config config/webpack.perf.js --progress --profile",
    "reinstall": "npm run clean && npm install",
    "remove-dist": "rimraf dist dist-watch",
    "rimraf": "rimraf",
    "semantic-release": "semantic-release",
    "start": "webpack-dev-server --config config/webpack.demo.js --progress --host 0.0.0.0 --port 3001 --profile --watch --content-base src/",
    "test": "npm run test:unit",
    "test:unit": "karma start",
    "test:debug": "karma start --no-single-run --browsers Chrome",
    "test:browsers": "karma start --browsers Chrome,Firefox,Safari",
    "test:watch": "karma start --auto-watch --no-single-run",
    "transpile": "gulp transpile",
    "transpile-less": "gulp transpile-less",
    "watch:library": "gulp watch"
  },
  "license": "Apache-2.0",
  "contributors": [
    {
      "name": "Joshua Wilson",
      "email": "josh@redhat.com"
    },
    {
      "name": "Pete Muir",
      "email": "pmuir@bleepbleep.org.uk"
    },
    {
      "name": "Vineet Reynolds Pereira",
      "email": "Vineet.Reynolds@gmail.com"
    }
  ],
  "keywords": [
    "angular",
    "angular2",
    "angular 2",
    "angular4",
    "angular 4",
    "ng",
    "ng2",
    "ng4"
  ],
  "homepage": "https://github.com/fabric8-ui/ngx-fabric8-wit",
  "repository": {
    "type": "git",
    "url": "https://github.com/fabric8-ui/ngx-fabric8-wit.git"
  },
  "bugs": {
    "url": "https://github.com/fabric8-ui/ngx-fabric8-wit/issues"
  },
  "engines": {
    "node": ">= 8.3.0",
    "npm": ">= 5.3.0"
  },
  "dependencies": {
    "lodash": "^4.17.4"
  },
  "peerDependencies": {
    "@angular/core": "^7.0.3",
    "@angular/forms": "^7.0.3",
    "@angular/http": "^7.0.3",
    "ngx-base": "^4.0.0",
    "ngx-login-client": "^2.7.0",
    "rxjs": "^6.3.3"
  },
  "devDependencies": {
    "@angular/common": "7.0.3",
    "@angular/compiler": "7.0.3",
    "@angular/compiler-cli": "7.0.3",
    "@angular/core": "7.0.3",
    "@angular/forms": "7.0.3",
    "@angular/http": "7.0.3",
    "@angular/platform-browser": "7.0.3",
    "@angular/platform-browser-dynamic": "7.0.3",
    "@angular/router": "7.0.3",
    "@krux/condition-jenkins": "1.0.1",
    "@ngtools/webpack": "7.0.5",
    "@types/core-js": "2.5.0",
    "@types/jasmine": "2.8.11",
    "@types/lodash": "4.14.118",
    "angular2-load-children-loader": "0.2.1",
    "angular2-router-loader": "0.3.5",
    "angular2-template-loader": "0.6.2",
    "assets-webpack-plugin": "3.9.7",
    "autoprefixer": "9.3.1",
    "child_process": "1.0.2",
    "clean-css": "4.2.1",
    "clean-webpack-plugin": "1.0.0",
    "codelyzer": "4.5.0",
    "copy-webpack-plugin": "4.6.0",
    "copyfiles": "2.1.0",
    "core-js": "2.5.7",
    "cpy-cli": "2.0.0",
    "css-loader": "1.0.1",
    "css-to-string-loader": "0.1.3",
    "cz-conventional-changelog": "2.1.0",
    "del": "3.0.0",
    "eslint": "5.9.0",
    "exports-loader": "0.7.0",
    "expose-loader": "0.7.5",
    "extract-text-webpack-plugin": "4.0.0-beta.0",
    "file-loader": "2.0.0",
    "gh-pages": "2.0.1",
    "gulp": "4.0.0",
    "gulp-changed": "3.2.0",
    "gulp-cssmin": "0.2.0",
    "gulp-less": "4.0.1",
    "gulp-rename": "1.4.0",
    "gulp-replace": "1.0.0",
    "gulp-sourcemaps": "2.6.4",
    "gulp-string-replace": "1.1.2",
    "gulp-stylelint": "8.0.0",
    "html-loader": "0.5.5",
    "html-minifier": "3.5.21",
    "html-webpack-plugin": "3.2.0",
    "htmlhint-loader": "1.3.1",
    "husky": "1.1.4",
    "imports-loader": "0.8.0",
    "istanbul-instrumenter-loader": "3.0.1",
    "jasmine": "3.2.0",
    "jasmine-core": "3.2.1",
    "json-loader": "0.5.7",
    "json-stringify": "1.0.0",
    "karma": "3.1.1",
    "karma-chrome-launcher": "2.2.0",
    "karma-cli": "1.0.1",
    "karma-coverage": "1.1.2",
    "karma-firefox-launcher": "1.1.0",
    "karma-htmlfile-reporter": "0.3.7",
    "karma-jasmine": "1.1.2",
    "karma-jasmine-html-reporter": "1.4.0",
    "karma-mocha": "1.3.0",
    "karma-mocha-reporter": "2.2.5",
    "karma-phantomjs-launcher": "1.0.4",
    "karma-remap-coverage": "0.1.5",
    "karma-remap-istanbul": "0.6.0",
    "karma-safari-launcher": "1.0.0",
    "karma-sourcemap-loader": "0.3.7",
    "karma-typescript": "3.0.13",
    "karma-webpack": "4.0.0-beta.0",
    "less": "3.8.1",
    "less-loader": "4.1.0",
    "less-plugin-autoprefix": "2.0.0",
    "markdown-it": "8.4.2",
    "mini-css-extract-plugin": "0.4.4",
    "mocha": "5.2.0",
    "ng-router-loader": "2.1.0",
    "ngx-base": "^4.0.0",
    "ngx-login-client": "^2.7.0",
    "npm-run-all": "4.1.3",
    "null-loader": "0.1.1",
    "opt-cli": "1.6.0",
    "optimize-js-plugin": "0.0.4",
    "parse5": "5.1.0",
    "path": "0.12.7",
    "patternfly": "3.57.2",
    "phantomjs-prebuilt": "2.1.16",
    "postcss-loader": "3.0.0",
    "precss": "3.1.2",
    "protractor": "5.4.1",
    "raw-loader": "0.5.1",
    "reflect-metadata": "0.1.12",
    "resolve-url-loader": "3.0.0",
    "rimraf": "2.6.2",
    "run-sequence": "2.2.1",
    "rxjs": "^6.3.3",
    "rxjs-compat": "^6.3.3",
    "rxjs-tslint": "0.1.5",
    "script-ext-html-webpack-plugin": "2.1.3",
    "semantic-release": "15.12.0",
    "source-map-loader": "0.2.4",
    "string-replace-loader": "2.1.1",
    "style-loader": "0.23.1",
    "stylelint": "9.8.0",
    "stylelint-webpack-plugin": "0.10.5",
    "stylus": "0.54.5",
    "to-string-loader": "1.1.5",
    "ts-helpers": "1.1.2",
    "ts-loader": "5.3.0",
    "ts-node": "7.0.1",
    "tslint": "5.11.0",
    "tslint-loader": "3.6.0",
    "typedoc": "0.13.0",
    "typedoc-webpack-plugin": "1.1.4",
    "typescript": "3.1.6",
    "url-loader": "1.1.2",
    "webpack": "4.25.1",
    "webpack-bundle-analyzer": "3.0.3",
    "webpack-cli": "3.1.2",
    "webpack-dev-middleware": "3.4.0",
    "webpack-dev-server": "3.1.10",
    "webpack-dll-bundles-plugin": "1.0.0-beta.5",
    "webpack-md5-hash": "0.0.6",
    "webpack-merge": "4.1.4",
    "zone.js": "0.8.26"
  },
  "release": {
    "branch": "master",
    "debug": "true",
    "pkgRoot": "dist"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
