ngx-dropzone-ivy
Version:
A highly configurable dropzone component for Angular.
44 lines • 1.04 kB
JSON
{
"name": "ngx-dropzone-ivy",
"description": "A highly configurable dropzone component for Angular.",
"version": "0.2.0",
"author": "Peter Freeman - fork Pavel SHvydkyy",
"keywords": [
"angular",
"angular 2",
"ngx",
"drag",
"drop",
"dropzone",
"ngx-dropzone",
"file",
"upload",
"image"
],
"license": "MIT",
"homepage": "https://github.com/PavelShvykyj/ngx-dropzone",
"repository": {
"type": "git",
"url": "git+https://github.com/PavelShvykyj/ngx-dropzone.git"
},
"dependencies": {
"tslib": "^2.0.0"
},
"bugs": {
"url": "https://github.com/PavelShvykyj/ngx-dropzone/issues"
},
"module": "fesm2022/ngx-dropzone-ivy.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-dropzone-ivy.mjs",
"esm": "./esm2022/ngx-dropzone-ivy.mjs",
"default": "./fesm2022/ngx-dropzone-ivy.mjs"
}
},
"sideEffects": false
}