{
  "_args": [
    [
      "ngx-window-token@0.0.4",
      "G:\\Development\\Work\\SWDFactory\\pvstream_pilot\\frontend"
    ]
  ],
  "_from": "ngx-window-token@0.0.4",
  "_id": "ngx-window-token@0.0.4",
  "_inBundle": false,
  "_integrity": "sha1-R+eqpGVBHEq197oXYBvFk8lWxzY=",
  "_location": "/ngx-window-token",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ngx-window-token@0.0.4",
    "name": "ngx-window-token",
    "escapedName": "ngx-window-token",
    "rawSpec": "0.0.4",
    "saveSpec": null,
    "fetchSpec": "0.0.4"
  },
  "_requiredBy": [
    "/ngx-clipboard"
  ],
  "_resolved": "https://registry.npmjs.org/ngx-window-token/-/ngx-window-token-0.0.4.tgz",
  "_spec": "0.0.4",
  "_where": "G:\\Development\\Work\\SWDFactory\\pvstream_pilot\\frontend",
  "author": {
    "name": "Sam Lin",
    "email": "maxisam@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/maxisam/ngx-window-token/issues"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {},
  "description": "angular 2 window inject token",
  "devDependencies": {
    "@angular/common": "^4.0.0",
    "@angular/compiler": "^4.0.0",
    "@angular/compiler-cli": "^4.0.0",
    "@angular/core": "^4.0.0",
    "@angular/forms": "^4.0.0",
    "@angular/platform-browser": "^4.0.0",
    "@angular/platform-browser-dynamic": "^4.0.0",
    "@angular/platform-server": "^4.0.0",
    "@types/jasmine": "2.5.38",
    "@types/node": "6.0.48",
    "chalk": "1.1.3",
    "codelyzer": "2.0.0",
    "commitizen": "2.9.6",
    "cz-conventional-changelog": "^1.2.0",
    "jasmine-core": "~2.5.2",
    "jasmine-spec-reporter": "~3.2.0",
    "karma": "^1.6.0",
    "karma-chrome-launcher": "~2.0.0",
    "karma-cli": "~1.0.1",
    "karma-coverage-istanbul-reporter": "^0.2.0",
    "karma-jasmine": "~1.1.0",
    "karma-jasmine-html-reporter": "^0.2.2",
    "karma-sourcemap-loader": "0.3.7",
    "karma-spec-reporter": "0.0.30",
    "karma-webpack": "2.0.3",
    "npm-run-all": "^3.1.2",
    "protractor": "~5.1.0",
    "rimraf": "2.6.1",
    "rollup": "0.41.6",
    "rxjs": "^5.1.0",
    "semantic-release": "6.3.2",
    "shelljs": "0.7.7",
    "ts-helpers": "1.1.2",
    "ts-loader": "^2.0.3",
    "tslint": "4.5.1",
    "typescript": "2.2.2",
    "uglify-js": "2.8.16",
    "webpack": "2.3.1",
    "zone.js": "^0.8.5"
  },
  "engines": {
    "node": ">=6.9.x"
  },
  "files": [
    "LICENSE",
    "package.json",
    "README.md",
    "dist",
    "src",
    "ngx-window-token.ts"
  ],
  "homepage": "https://github.com/maxisam/ngx-window-token",
  "keywords": [
    "angular",
    "window",
    "inject",
    "token"
  ],
  "license": "MIT",
  "main": "./dist/bundles/ngxWindowToken.umd.min.js",
  "module": "./dist/ngx-window-token.js",
  "name": "ngx-window-token",
  "peerDependencies": {
    "@angular/core": ">=4.0.0",
    "@angular/common": ">=4.0.0",
    "@angular/platform-browser": ">=4.0.0",
    "core-js": ">=2.4.1"
  },
  "publishConfig": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maxisam/ngx-window-token.git"
  },
  "scripts": {
    "build": "node build.js",
    "clean:dist": "rimraf dist compiled",
    "commit": "git-cz",
    "publish-npm": "npm publish",
    "publish-npm:beta": "npm publish --tag=next",
    "semantic-release": "semantic-release pre && npm run publish-npm && semantic-release post",
    "sr": "npm run semantic-release",
    "sr:beta": "semantic-release pre && npm run publish-npm:beta && semantic-release post",
    "test": "karma start",
    "tslint": "tslint -c tslint.json 'src/**/*.ts'"
  },
  "typings": "./dist/ngx-window-token.d.ts",
  "version": "0.0.4"
}
