@ngx-dropzone/material
Version:
Dropzone with Material Design implementation.
49 lines (48 loc) • 1.17 kB
JSON
{
"name": "@ngx-dropzone/material",
"description": "Dropzone with Material Design implementation.",
"license": "MIT",
"author": {
"name": "hackingharold",
"email": "hackingharold@mailbox.org"
},
"homepage": "https://github.com/hackingharold/ngx-dropzone",
"bugs": "https://github.com/hackingharold/ngx-dropzone/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/hackingharold/ngx-dropzone.git"
},
"keywords": [
"angular",
"ngx",
"drag",
"drop",
"dropzone",
"file",
"upload",
"material"
],
"peerDependencies": {
"@angular/common": "^21.0.0",
"@angular/core": "^21.0.0",
"@angular/forms": "^21.0.0",
"@ngx-dropzone/cdk": "^21.0.0",
"rxjs": "^7.4.0"
},
"module": "fesm2022/ngx-dropzone-material.mjs",
"typings": "types/ngx-dropzone-material.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/ngx-dropzone-material.d.ts",
"default": "./fesm2022/ngx-dropzone-material.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
},
"version": "21.0.0"
}