{
  "name": "ng-click-outside",
  "version": "8.0.0",
  "description": "Angular directive for handling click events outside an element.",
  "repository": {
    "type": "git",
    "url": "https://github.com/arkon/ng-click-outside.git"
  },
  "homepage": "http://echeung.me/ng-click-outside/",
  "bugs": {
    "url": "https://github.com/arkon/ng-click-outside/issues"
  },
  "files": [
    "lib_commonjs/*",
    "lib_esmodule/*",
    "README.md",
    "LICENSE"
  ],
  "author": "Eugene Cheung",
  "license": "MIT",
  "keywords": [
    "angular",
    "ng",
    "click",
    "event",
    "outside",
    "handler"
  ],
  "main": "./lib_commonjs/index.js",
  "module": "./lib_esmodule/index.js",
  "jsnext:main": "./lib_esmodule/index.js",
  "typings": "./lib_commonjs/index.d.ts",
  "scripts": {
    "lint": "tslint --project tsconfig.json src/**/*.ts",
    "build:commonjs": "rimraf lib_commonjs && ngc -p tsconfig.json",
    "build:esmodule": "rimraf lib_esmodule && ngc -p tsconfig.module.json",
    "build": "npm run lint && npm run build:commonjs && npm run build:esmodule",
    "prepare": "npm run build",
    "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by NGCC. This is not allowed.\\nPlease delete and rebuild the package, without compiling with NGCC, before attempting to publish.\\nNote that NGCC may have been run by importing this package into another project that is being built with Ivy enabled.\\n')\" && exit 1"
  },
  "peerDependencies": {
    "@angular/common": ">=11.0.0",
    "@angular/core": ">=11.0.0"
  },
  "devDependencies": {
    "@angular/common": "^11.2.6",
    "@angular/compiler": "^11.2.6",
    "@angular/compiler-cli": "^11.2.6",
    "@angular/core": "^11.2.6",
    "@angular/platform-browser": "^11.2.6",
    "rimraf": "^3.0.2",
    "rxjs": "^6.6.6",
    "tslint": "~6.1.3",
    "typescript": "4.1.5",
    "zone.js": "~0.10.3"
  },
  "__processed_by_ivy_ngcc__": {
    "main": "14.2.0",
    "module": "14.2.0",
    "typings": "14.2.0"
  }
}
