UNPKG

ng-file-drag-drop

Version:

Check out [demo](https://raunak811.github.io/angular-file-drag-drop/)

44 lines (43 loc) 1.23 kB
{ "name": "ng-file-drag-drop", "version": "0.0.2", "peerDependencies": { "@angular/common": "^8.2.14", "@angular/core": "^8.2.14" }, "keywords": [ "Angular", "drag-drop", "file drag drop", "angular file drag and drop", "angular multiple file upload", "drag drop angular", "drag drop file angular", "ng drag drop file", "angular drag drop file", "ng file drag drop" ], "author": "Raunak Kumar <raunak@live.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/raunak811/angular-file-drag-drop.git" }, "homepage": "https://raunak811.github.io/angular-file-drag-drop/", "bugs": { "url": "https://github.com/raunak811/angular-file-drag-drop/issues" }, "main": "bundles/ng-file-drag-drop.umd.js", "module": "fesm5/ng-file-drag-drop.js", "es2015": "fesm2015/ng-file-drag-drop.js", "esm5": "esm5/ng-file-drag-drop.js", "esm2015": "esm2015/ng-file-drag-drop.js", "fesm5": "fesm5/ng-file-drag-drop.js", "fesm2015": "fesm2015/ng-file-drag-drop.js", "typings": "ng-file-drag-drop.d.ts", "metadata": "ng-file-drag-drop.metadata.json", "sideEffects": false, "dependencies": { "tslib": "^1.9.0" } }