{
  "_from": "ngx-clipboard@^8.0.4",
  "_id": "ngx-clipboard@8.1.4",
  "_inBundle": false,
  "_integrity": "sha512-yF6SAZ0mtTFOiSRTXoKDyMw+FO+/ieW4oX0ZzaJnxiL93nV3fAIPk+Lolt5n9w9c403sMfP8xKTO+JhzO0qDPA==",
  "_location": "/ngx-clipboard",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ngx-clipboard@^8.0.4",
    "name": "ngx-clipboard",
    "escapedName": "ngx-clipboard",
    "rawSpec": "^8.0.4",
    "saveSpec": null,
    "fetchSpec": "^8.0.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ngx-clipboard/-/ngx-clipboard-8.1.4.tgz",
  "_shasum": "60272fc4ecef9a0d007779366a4c46be864ca7f1",
  "_spec": "ngx-clipboard@^8.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-clipboard/issues"
  },
  "bundleDependencies": false,
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "ngx-window-token": "0.0.4"
  },
  "deprecated": false,
  "description": "angular 2 clipboard",
  "devDependencies": {
    "@angular/common": "^4.3.3",
    "@angular/compiler": "^4.3.3",
    "@angular/compiler-cli": "^4.3.3",
    "@angular/core": "^4.3.3",
    "@angular/forms": "^4.3.3",
    "@angular/platform-browser": "^4.3.3",
    "@angular/platform-browser-dynamic": "^4.3.3",
    "@angular/platform-server": "^4.3.3",
    "@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": "^1.3.0",
    "karma-jasmine": "~1.1.0",
    "karma-jasmine-html-reporter": "^0.2.2",
    "karma-sourcemap-loader": "0.3.7",
    "karma-spec-reporter": "0.0.31",
    "karma-webpack": "2.0.4",
    "npm-run-all": "^3.1.2",
    "protractor": "~5.1.2",
    "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.3.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",
    "index.ts"
  ],
  "homepage": "https://github.com/maxisam/ngx-clipboard",
  "keywords": [
    "angular",
    "clipboard",
    "copy"
  ],
  "license": "MIT",
  "main": "./dist/bundles/ngxClipboard.umd.min.js",
  "module": "./dist/index.js",
  "name": "ngx-clipboard",
  "peerDependencies": {
    "@angular/core": "4.x",
    "@angular/common": "4.x",
    "@angular/platform-browser": "4.x",
    "core-js": ">=2.4.1"
  },
  "publishConfig": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maxisam/ngx-clipboard.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'"
  },
  "version": "8.1.4"
}
