UNPKG

ngx-mat-file-input

Version:

This is a fork of the file input management for Angular Material initially maintained on https://merlosy.github.io/ngx-material-file-input/

53 lines (52 loc) 1.52 kB
{ "name": "ngx-mat-file-input", "version": "3.0.0-beta.0", "license": "MIT", "author": { "name": "Jeremy Legros" }, "contributors": [ { "name": "Matheus Gomes", "email": "matheusnascgomes@gmail.com" }, { "name": "Raí Siqueira", "email": "me@raisiqueira.dev" } ], "description": "This is a fork of the file input management for Angular Material initially maintained on https://merlosy.github.io/ngx-material-file-input/", "homepage": "https://github.com/matheusnascgomes/ngx-mat-file-input", "keywords": [ "angular", "material", "file", "input", "mat-form-field" ], "bugs": { "url": "https://github.com/matheusnascgomes/ngx-mat-file-input/issues" }, "repository": { "type": "git", "url": "https://github.com/matheusnascgomes/ngx-mat-file-input" }, "dependencies": {}, "peerDependencies": { "@angular/cdk": "^8.1.1 || ^9.0.0", "@angular/common": "^8.1.3 || ^9.0.0", "@angular/core": "^8.1.3 || ^9.0.0", "@angular/material": "^8.1.1 || ^9.0.0", "tslib": "^1.10.0" }, "main": "bundles/ngx-mat-file-input.umd.js", "module": "fesm5/ngx-mat-file-input.js", "es2015": "fesm2015/ngx-mat-file-input.js", "esm5": "esm5/ngx-mat-file-input.js", "esm2015": "esm2015/ngx-mat-file-input.js", "fesm5": "fesm5/ngx-mat-file-input.js", "fesm2015": "fesm2015/ngx-mat-file-input.js", "typings": "ngx-mat-file-input.d.ts", "metadata": "ngx-mat-file-input.metadata.json", "sideEffects": false }