@martyganz/mat-file-upload
Version:
A simple & configurable Angular Material file upload component.
33 lines • 1.01 kB
JSON
{
"name": "@martyganz/mat-file-upload",
"version": "12.0.0-beta1",
"description": "A simple & configurable Angular Material file upload component.",
"keywords": [
"Angular",
"Material",
"File",
"Upload"
],
"repository": {
"type": "git",
"url": "https://github.com/bjsawyer/mat-file-upload"
},
"homepage": "https://bjsawyer.github.io/mat-file-upload/",
"license": "SEE LICENSE IN LICENSE.txt",
"peerDependencies": {
"@angular/common": ">= 12.0.0",
"@angular/core": ">= 12.0.0",
"@angular/material": ">= 12.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
},
"main": "bundles/martyganz-mat-file-upload.umd.js",
"module": "fesm2015/martyganz-mat-file-upload.js",
"es2015": "fesm2015/martyganz-mat-file-upload.js",
"esm2015": "esm2015/martyganz-mat-file-upload.js",
"fesm2015": "fesm2015/martyganz-mat-file-upload.js",
"typings": "martyganz-mat-file-upload.d.ts",
"metadata": "martyganz-mat-file-upload.metadata.json",
"sideEffects": false
}