{
  "name": "ngo-login-client",
  "version": "0.2.10",
  "description": "Auth and User services for Angular v2 and up. Requires backend REST service.",
  "main": "bundles/login.umd.js",
  "module": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "build": "npm run remove-dist && npm run build:library",
    "build:library": "gulp build-library",
    "bundle": "rollup -c",
    "bundle-webpack": "webpack --config config/webpack.prod.js --progress --profile --bail",
    "clean-dist": "rimraf dist dist-watch",
    "clean": "npm cache clean && npm run rimraf -- node_modules doc coverage dist bundles",
    "cleanup": "rimraf dist/package.json dist/bundles dist/src dist/index.d.ts dist/index.metadata.json dist/index.js dist/index.js.map dist/LICENSE dist/README.md",
    "copy-files": "gulp copyfiles",
    "minify": "uglifyjs dist/bundles/login.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/login.umd.min.js",
    "reinstall": "npm run clean && npm install",
    "remove-dist": "rimraf dist",
    "rimraf": "rimraf",
    "start": "webpack-dev-server --config config/webpack.demo.js --progress --host 0.0.0.0 --port 3001 --profile --watch --content-base src/",
    "transpile": "gulp transpile",
    "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",
    "semantic-release": "semantic-release pre && npm run build && cp -r .git dist && npm publish dist/ && semantic-release post",
    "watch:library": "gulp watch",
    "dist": "npm version patch && npm run build && cd dist && npm publish"
  },
  "license": "Apache-2.0",
  "contributors": [
    {
      "name": "Carlos Feria",
      "email": "carlosthe19916@sistcoop.com"
    }
  ],
  "keywords": [
    "angular",
    "angular2",
    "angular 2",
    "angular4",
    "angular 4",
    "ng",
    "ng2",
    "ng4",
    "login",
    "ng-login",
    "auth"
  ],
  "homepage": "https://github.com/openfact-ui/ngo-login-client",
  "repository": {
    "type": "git",
    "url": "https://github.com/openfact-ui/ngo-login-client.git"
  },
  "bugs": {
    "url": "https://github.com/openfact-ui/ngo-login-client/issues"
  },
  "engines": {
    "node": ">= 6.9.1",
    "npm": ">= 3"
  },
  "dependencies": {
    "@angular/core": "^4.4.4",
    "@angular/http": "^4.4.4",
    "lodash": "^4.17.4",
    "ngo-base": "^0.7.2",
    "rxjs": "^5.0.1"
  },
  "peerDependencies": {},
  "devDependencies": {
    "@angular/common": "^4.4.4",
    "@angular/compiler": "^4.4.4",
    "@angular/compiler-cli": "^4.4.4",
    "@angular/forms": "^4.4.4",
    "@angular/platform-browser": "^4.4.4",
    "@angular/platform-browser-dynamic": "^4.4.4",
    "@angular/router": "^4.4.4",
    "@krux/condition-jenkins": "^1.0.1",
    "@types/jasmine": "^2.6.0",
    "@types/lodash": "^4.14.77",
    "angular2-template-loader": "^0.6.2",
    "awesome-typescript-loader": "^3.2.3",
    "child_process": "^1.0.2",
    "clean-webpack-plugin": "^0.1.17",
    "codelyzer": "^3.2.1",
    "copy-webpack-plugin": "^4.1.1",
    "copyfiles": "^1.2.0",
    "core-js": "^2.5.1",
    "css-loader": "^0.28.7",
    "css-to-string-loader": "^0.1.3",
    "cz-conventional-changelog": "^2.0.0",
    "del": "^3.0.0",
    "eslint": "^4.8.0",
    "extract-text-webpack-plugin": "^3.0.1",
    "file-loader": "^1.1.5",
    "gulp": "^3.9.1",
    "gulp-changed": "^3.1.0",
    "gulp-ngc": "^0.3.2",
    "gulp-sourcemaps": "^2.6.1",
    "gulp-string-replace": "^0.4.0",
    "gulp-util": "^3.0.8",
    "html-loader": "^0.5.1",
    "html-webpack-plugin": "^2.30.1",
    "husky": "^0.14.3",
    "istanbul-instrumenter-loader": "^3.0.0",
    "jasmine-core": "^2.8.0",
    "json-loader": "^0.5.7",
    "json-stringify": "^1.0.0",
    "karma": "^1.7.1",
    "karma-chrome-launcher": "^2.2.0",
    "karma-cli": "^1.0.1",
    "karma-coverage": "^1.1.1",
    "karma-firefox-launcher": "^1.0.1",
    "karma-remap-coverage": "^0.1.4",
    "karma-htmlfile-reporter": "^0.3.5",
    "karma-jasmine": "^1.1.0",
    "karma-jasmine-html-reporter": "^0.2.2",
    "karma-mocha-reporter": "^2.2.4",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-safari-launcher": "^1.0.0",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^2.0.5",
    "mocha": "^4.0.1",
    "node-sass": "4.5.3",
    "npm-run-all": "=4.0.2",
    "optimize-js-plugin": "^0.0.4",
    "phantomjs-prebuilt": "^2.1.15",
    "protractor": "^5.1.2",
    "raw-loader": "^0.5.1",
    "reflect-metadata": "^0.1.10",
    "rimraf": "^2.6.2",
    "rollup": "^0.50.0",
    "rollup-plugin-angular-aot": "^0.0.4",
    "run-sequence": "^2.2.0",
    "sass-loader": "^6.0.6",
    "semantic-release": "=7.0.2",
    "source-map-loader": "^0.2.2",
    "style-loader": "^0.19.0",
    "to-string-loader": "^1.1.5",
    "ts-helpers": "^1.1.2",
    "ts-node": "^3.3.0",
    "tslint": "^5.7.0",
    "tslint-loader": "^3.5.3",
    "typedoc": "^0.9.0",
    "typescript": "^2.5.3",
    "uglify-js": "^3.1.3",
    "url-loader": "0.6.2",
    "webpack": "^3.7.1",
    "webpack-bundle-analyzer": "^2.9.0",
    "webpack-dashboard": "^1.0.0",
    "webpack-dev-middleware": "^1.12.0",
    "webpack-dev-server": "^2.9.1",
    "webpack-dll-bundles-plugin": "^1.0.0-beta.5",
    "webpack-md5-hash": "^0.0.5",
    "webpack-merge": "^4.1.0",
    "zone.js": "^0.8.18"
  },
  "release": {
    "branch": "master",
    "debug": false,
    "verifyConditions": {
      "path": "./node_modules/@krux/condition-jenkins"
    }
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}