{
  "name": "@vicentecalfo/ngx-insulin-calculator",
  "version": "1.1.0",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@angular/common": "~11.0.9",
    "@angular/compiler": "~11.0.9",
    "@angular/core": "~11.0.9",
    "@angular/forms": "~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 Angular component was created to show you how to calculate insulin dose with as little effort as possible.",
  "keywords": [
    "angular",
    "component",
    "health",
    "diabetes",
    "insulin",
    "calculator"
  ],
  "homepage": "https://github.com/vicentecalfo/ngx-insulin-calculator#readme",
  "bugs": {
    "url": "https://github.com/vicentecalfo/ngx-insulin-calculator/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vicentecalfo/ngx-insulin-calculator.git"
  },
  "main": "bundles/vicentecalfo-ngx-insulin-calculator.umd.js",
  "module": "fesm2015/vicentecalfo-ngx-insulin-calculator.js",
  "es2015": "fesm2015/vicentecalfo-ngx-insulin-calculator.js",
  "esm2015": "esm2015/vicentecalfo-ngx-insulin-calculator.js",
  "fesm2015": "fesm2015/vicentecalfo-ngx-insulin-calculator.js",
  "typings": "vicentecalfo-ngx-insulin-calculator.d.ts",
  "metadata": "vicentecalfo-ngx-insulin-calculator.metadata.json",
  "sideEffects": false
}