{
  "$schema": "./node_modules/ng-packagr/package.schema.json",
  "name": "ngx-responsive",
  "version": "9.0.3",
  "description": "Superset of RESPONSIVE DIRECTIVES to show or hide items according to the size of the device screen and another features in Angular 9",
  "typings": "ngx-responsive.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ManuCutillas/ngx-responsive.git"
  },
  "keywords": [
    "angular",
    "angular2",
    "angular4",
    "angular5",
    "angular6",
    "angular7",
    "angular8",
    "angular9",
    "ng2",
    "ng",
    "ngx",
    "responsive",
    "bootstrap",
    "detect",
    "mobile",
    "tablet",
    "useragent",
    "devices",
    "screen",
    "typescript",
    "directive",
    "retina",
    "browsers",
    "universal",
    "directives"
  ],
  "author": "Manu Cutillas <manucutillas@outlook.com>",
  "contributors": [
    "Christophe HOARAU (https://github.com/no-more)",
    "Kamil Breguła (https://github.com/mik-laj)",
    "Janne Julkunen (https://github.com/sconix)",
    "paulyipkh (https://github.com/paulyipkh)",
    "mburger81 (https://github.com/mburger81)",
    "Alyssa Brunswick (https://github.com/alyssabrunswick)",
    "Quentin (https://github.com/bobbybobby)",
    "Thomas Christensen (https://github.com/tocDK)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ManuCutillas/ngx-responsive/issues"
  },
  "homepage": "https://github.com/ManuCutillas/ngx-responsive",
  "private": false,
  "peerDependencies": {
    "@angular/common": "^9.1.6",
    "@angular/core": "^9.1.6",
    "tslib": "^1.10.0"
  },
  "main": "bundles/ngx-responsive.umd.js",
  "module": "fesm5/ngx-responsive.js",
  "es2015": "fesm2015/ngx-responsive.js",
  "esm5": "esm5/ngx-responsive.js",
  "esm2015": "esm2015/ngx-responsive.js",
  "fesm5": "fesm5/ngx-responsive.js",
  "fesm2015": "fesm2015/ngx-responsive.js",
  "metadata": "ngx-responsive.metadata.json",
  "sideEffects": false
}
