{
  "name": "@vicentecalfo/ngx-simple-icons",
  "version": "1.2.0",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@angular/common": "~11.0.9",
    "@angular/compiler": "~11.0.9",
    "@angular/core": "~11.0.9",
    "@angular/platform-browser": "~11.0.9",
    "@angular/platform-browser-dynamic": "~11.0.9",
    "@angular/router": "~11.0.9",
    "rxjs": "~6.6.0",
    "tslib": "^2.0.0",
    "zone.js": "~0.10.2"
  },
  "license": "MIT",
  "author": "Vicente Calfo <vicentecalfo@gmail.com>",
  "description": "This package provides the Simple Icons (https://github.com/simple-icons/simple-icons) packaged as a set of Angular components.",
  "keywords": [
    "angular",
    "simple-icons",
    "brands",
    "icons"
  ],
  "homepage": "https://github.com/vicentecalfo/ngx-simple-icons#readme",
  "bugs": {
    "url": "https://github.com/vicentecalfo/ngx-simple-icons/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vicentecalfo/ngx-simple-icons.git"
  },
  "main": "bundles/vicentecalfo-ngx-simple-icons.umd.js",
  "module": "fesm2015/vicentecalfo-ngx-simple-icons.js",
  "es2015": "fesm2015/vicentecalfo-ngx-simple-icons.js",
  "esm2015": "esm2015/vicentecalfo-ngx-simple-icons.js",
  "fesm2015": "fesm2015/vicentecalfo-ngx-simple-icons.js",
  "typings": "vicentecalfo-ngx-simple-icons.d.ts",
  "metadata": "vicentecalfo-ngx-simple-icons.metadata.json",
  "sideEffects": false
}