{
  "name": "ng6-text-restrictions",
  "version": "1.0.2",
  "license": "MIT",
  "author": {
    "name": "Aquiles Lázaro",
    "email": "aquileslazaroh@gmail.com"
  },
  "description": "This is a project for restrict the use of caracteres in forms inputs.",
  "keywords": [
    "Angular",
    "Angular6",
    "input",
    "restriction",
    "ng6",
    "form",
    "Validation",
    "RegExp"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/aquileslh/ng6-text-restriction"
  },
  "private": false,
  "peerDependencies": {
    "@angular/common": "^6.0.0-rc.0 || ^6.0.0",
    "@angular/core": "^6.0.0-rc.0 || ^6.0.0"
  },
  "main": "bundles/ng6-text-restrictions.umd.js",
  "module": "fesm5/ng6-text-restrictions.js",
  "es2015": "fesm2015/ng6-text-restrictions.js",
  "esm5": "esm5/ng6-text-restrictions.js",
  "esm2015": "esm2015/ng6-text-restrictions.js",
  "fesm5": "fesm5/ng6-text-restrictions.js",
  "fesm2015": "fesm2015/ng6-text-restrictions.js",
  "typings": "ng6-text-restrictions.d.ts",
  "metadata": "ng6-text-restrictions.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^1.9.0"
  }
}
