ngx-drag-drop
Version:
Angular directives using the native HTML Drag And Drop API
46 lines • 1.02 kB
JSON
{
"name": "ngx-drag-drop",
"version": "22.0.0",
"description": "Angular directives using the native HTML Drag And Drop API",
"repository": {
"type": "git",
"url": "https://github.com/ChristofFritz/ngx-drag-drop.git"
},
"homepage": "https://christoffritz.github.io/ngx-drag-drop/",
"author": {
"name": "Christof Fritz",
"email": "npm@christof.me"
},
"license": "BSD-3-Clause",
"keywords": [
"angular",
"html",
"drag",
"drop",
"dragdrop",
"dragndrop",
"dnd",
"directive",
"touch"
],
"peerDependencies": {
"@angular/common": ">=22.0.0",
"@angular/core": ">=22.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"module": "fesm2022/ngx-drag-drop.mjs",
"typings": "types/ngx-drag-drop.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/ngx-drag-drop.d.ts",
"default": "./fesm2022/ngx-drag-drop.mjs"
}
},
"sideEffects": false,
"type": "module"
}