ngx-uploader-may
Version:
Angular file uploader with drag and drop capability and upload progress
38 lines (37 loc) • 1.04 kB
JSON
{
"name": "ngx-uploader-may",
"version": "1.3.0",
"description": "Angular file uploader with drag and drop capability and upload progress",
"author": "Maytech Developers <hashan@maytechweb.com.au>",
"contributors": [
"Hashan Jayakody <hashan@maytechweb.com.au>"
],
"license": "MIT",
"keywords": [
"Angular",
"ng",
"fileuploader",
"maytech",
"progress capture",
"ngx"
],
"peerDependencies": {
"@angular/common": ">5.0.0",
"@angular/core": ">5.0.0",
"@angular/forms": ">5.0.0",
"@angular/platform-browser": ">5.0.0"
},
"main": "bundles/ngx-uploader-may.umd.js",
"module": "fesm5/ngx-uploader-may.js",
"es2015": "fesm2015/ngx-uploader-may.js",
"esm5": "esm5/ngx-uploader-may.js",
"esm2015": "esm2015/ngx-uploader-may.js",
"fesm5": "fesm5/ngx-uploader-may.js",
"fesm2015": "fesm2015/ngx-uploader-may.js",
"typings": "ngx-uploader-may.d.ts",
"metadata": "ngx-uploader-may.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}