{
  "name": "@angular-material-extensions/link-preview",
  "version": "1.1.1",
  "description": "Angular open source UI library to preview web links",
  "keywords": [
    "angular",
    "ui",
    "library",
    "material",
    "material design",
    "preview web links",
    "render web links"
  ],
  "author": {
    "name": "Anthony Nahas",
    "url": "https://github.com/angular-material-extensions"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/angular-material-extensions/link-preview.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/angular-material-extensions/link-preview/issues"
  },
  "homepage": "https://github.com/angular-material-extensions/link-preview",
  "main": "./bundles/link-preview.umd.js",
  "module": "./esm5/link-preview.es5.js",
  "es2015": "./esm2015/link-preview.js",
  "typings": "./link-preview.d.ts",
  "dependencies": {
    "ngx-linkifyjs": "^1.2.2"
  },
  "peerDependencies": {
    "@angular/animations": "^7.1.4",
    "@angular/cdk": "^7.2.0",
    "@angular/common": "^7.1.4",
    "@angular/core": "^7.1.4",
    "@angular/http": "^7.1.4",
    "@angular/material": "^7.2.0",
    "@angular/platform-browser": "^7.1.4"
  }
}