{
  "name": "@tabuckner/ngx-clipboard",
  "description": "angular 2 clipboard",
  "version": "12.2.2",
  "author": {
    "name": "Taylor Buckner",
    "email": "taylora.buckner@gmail.com"
  },
  "homepage": "https://github.com/tabuckner/ngx-clipboard",
  "license": "MIT",
  "publishConfig": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/tabuckner/ngx-clipboard"
  },
  "bugs": {
    "url": "https://github.com/tabuckner/ngx-clipboard/issues"
  },
  "keywords": [
    "angular",
    "clipboard",
    "copy"
  ],
  "dependencies": {
    "ngx-window-token": "^2.0.0",
    "tslib": "^1.9.0"
  },
  "peerDependencies": {
    "@angular/common": ">=6.0.0",
    "@angular/core": ">=6.0.0"
  },
  "main": "bundles/tabuckner-ngx-clipboard.umd.js",
  "module": "fesm5/tabuckner-ngx-clipboard.js",
  "es2015": "fesm2015/tabuckner-ngx-clipboard.js",
  "esm5": "esm5/tabuckner-ngx-clipboard.js",
  "esm2015": "esm2015/tabuckner-ngx-clipboard.js",
  "fesm5": "fesm5/tabuckner-ngx-clipboard.js",
  "fesm2015": "fesm2015/tabuckner-ngx-clipboard.js",
  "typings": "tabuckner-ngx-clipboard.d.ts",
  "metadata": "tabuckner-ngx-clipboard.metadata.json",
  "sideEffects": false
}
