{
  "name": "@penpencil/forms",
  "author": {
    "name": "Shibu Shrivastva",
    "email": "shibu@physicswallah.org"
  },
  "version": "0.0.9",
  "peerDependencies": {
    "@angular/common": "^12.2.0",
    "@angular/core": "^12.2.0",
    "underscore": "^1.13.1",
    "ng-pick-datetime": "^7.0.0",
    "ngx-material-file-input": "^2.1.0",
    "ngx-quill": "^16.0.1",
    "quill": "^1.3.7"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "bundles/penpencil-forms.umd.js",
  "module": "fesm2015/penpencil-forms.js",
  "es2015": "fesm2015/penpencil-forms.js",
  "esm2015": "esm2015/penpencil-forms.js",
  "fesm2015": "fesm2015/penpencil-forms.js",
  "typings": "penpencil-forms.d.ts",
  "sideEffects": false
}
