UNPKG

ngx-drag-and-drop

Version:

Angular library that allow you to build drag and drop without the native HTML5 API

51 lines (50 loc) 1.34 kB
{ "name": "ngx-drag-and-drop", "version": "0.1.0", "description": "Angular library that allow you to build drag and drop without the native HTML5 API", "license": "MIT", "private": false, "keywords": [ "ng", "ngx", "ngx-drag-and-drop", "dragging", "dropping", "drag and drop", "drag-drop", "angular", "angular2", "angular 2", "angular4", "angular 4", "angular5", "angular 5" ], "dependencies": { "@angular/common": "^9.0.1", "@angular/core": "^9.0.1" }, "peerDependencies": { "@angular/animations": "^9.0.1", "@angular/router": "^9.0.1", "@angular/compiler": "^9.0.1", "@angular/forms": "^9.0.1", "@angular/platform-browser": "^9.0.1", "@angular/platform-browser-dynamic": "^9.0.1", "core-js": "^2.4.1", "rxjs": "^6.5.4", "rxjs-compat": "^6.0.0-rc.0", "tslib": "^1.10.0", "zone.js": "~0.10.2" }, "main": "bundles/ngx-drag-and-drop.umd.js", "module": "fesm5/ngx-drag-and-drop.js", "es2015": "fesm2015/ngx-drag-and-drop.js", "esm5": "esm5/ngx-drag-and-drop.js", "esm2015": "esm2015/ngx-drag-and-drop.js", "fesm5": "fesm5/ngx-drag-and-drop.js", "fesm2015": "fesm2015/ngx-drag-and-drop.js", "typings": "ngx-drag-and-drop.d.ts", "metadata": "ngx-drag-and-drop.metadata.json", "sideEffects": false }