{
  "name": "ngx-onscreen-twelvekeyboard",
  "description": "A twelve key (0-9, * and #) keypad on-screen touch keyboard for Angular applications.",
  "version": "2.1.2",
  "readme": "README.md",
  "keywords": [
    "keyboard",
    "keypad",
    "t9",
    "on-screen",
    "onscreen",
    "on screen",
    "touch"
  ],
  "homepage": "https://github.com/dhoeppe/ngx-onscreen-twelvekeyboard",
  "bugs": {
    "url": "https://github.com/dhoeppe/ngx-onscreen-twelvekeyboard/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Daniel Höppe"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dhoeppe/ngx-onscreen-twelvekeyboard"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@angular/common": ">=12.x.x",
    "@angular/core": ">=12.x.x"
  },
  "dependencies": {
    "tslib": "^2.1.0"
  },
  "main": "bundles/ngx-onscreen-twelvekeyboard.umd.js",
  "module": "fesm2015/ngx-onscreen-twelvekeyboard.js",
  "es2015": "fesm2015/ngx-onscreen-twelvekeyboard.js",
  "esm2015": "esm2015/ngx-onscreen-twelvekeyboard.js",
  "fesm2015": "fesm2015/ngx-onscreen-twelvekeyboard.js",
  "typings": "ngx-onscreen-twelvekeyboard.d.ts",
  "sideEffects": false
}