{
  "name": "ngx-gauge",
  "version": "13.3.1",
  "description": "A highly customizable Gauge Component for Angular 4+ apps and dashboards",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ashish-chopra/ngx-gauge.git"
  },
  "peerDependencies": {
    "@angular/common": "^21.1.3",
    "@angular/core": "^21.1.3"
  },
  "keywords": [
    "angular",
    "gauge",
    "dashboard",
    "meter",
    "charts",
    "ng2",
    "ngx",
    "ngx-gauge"
  ],
  "author": {
    "name": "Ashish Chopra",
    "email": "sendtoashishchopra@gmail.com",
    "url": "https://ashish-chopra.github.io"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ashish-chopra/ngx-gauge/issues"
  },
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "homepage": "https://github.com/ashish-chopra/ngx-gauge#readme",
  "module": "fesm2022/ngx-gauge.mjs",
  "typings": "types/ngx-gauge.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ngx-gauge.d.ts",
      "default": "./fesm2022/ngx-gauge.mjs"
    }
  },
  "sideEffects": false,
  "type": "module"
}