@ngx-dropzone/cdk
Version:
CDK with basic dropzone functionality.
48 lines (47 loc) • 1.06 kB
JSON
{
"name": "@ngx-dropzone/cdk",
"description": "CDK with basic dropzone functionality.",
"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",
"cdk"
],
"peerDependencies": {
"@angular/common": "^20.0.0",
"@angular/core": "^20.0.0",
"@angular/forms": "^20.0.0",
"rxjs": "^7.4.0"
},
"module": "fesm2022/ngx-dropzone-cdk.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-dropzone-cdk.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
},
"version": "20.0.0"
}