{
  "name": "@ng2-dynamic-forms/ui-foundation",
  "version": "1.4.19",
  "description": "Foundation UI package for ng2 Dynamic Forms",
  "main": "./bundles/ui-foundation.umd.js",
  "module": "./bundles/ui-foundation.es.js",
  "typings": "./index.d.ts",
  "keywords": [
    "angular",
    "angular 2",
    "dynamic forms",
    "forms",
    "foundation",
    "ng2 dynamic forms",
    "reactive forms",
    "ui"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/udos86/ng2-dynamic-forms.git"
  },
  "author": {
    "name": "Udo Schöfer",
    "email": "ng2-dynamic-forms@udos86.de",
    "url": "https://github.com/udos86/ng2-dynamic-forms"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/udos86/ng2-dynamic-forms/issues"
  },
  "homepage": "https://github.com/udos86/ng2-dynamic-forms#readme",
  "peerDependencies": {
    "@angular/core": "^4.0.0",
    "@angular/common": "^4.0.0",
    "@angular/forms": "^4.0.0",
    "@ng2-dynamic-forms/core": "^1.4.19",
    "angular2-text-mask": "^8.0.1",
    "foundation-sites": "^6.3.1",
    "rxjs": "^5.2.0"
  }
}