@ks89/ngx-drag-n-drop
Version:
Drag and drop library for Angular
50 lines • 1.13 kB
JSON
{
"name": "@ks89/ngx-drag-n-drop",
"version": "9.0.0",
"description": "Drag and drop library for Angular",
"license": "MIT",
"author": "Stefano Cappa",
"engines": {
"node": ">=22.0.0",
"npm": ">=11.0.0"
},
"homepage": "https://github.com/Ks89/ngx-drag-n-drop",
"dependencies": {
"tslib": ">=2.3.0"
},
"peerDependencies": {
"@angular/common": ">=21.0.0",
"@angular/core": ">=21.0.0",
"rxjs": ">=7.8.0"
},
"keywords": [
"ngx-drag-n-drop",
"ngx-dnd",
"ngx-drag-and-drop",
"angular",
"drag and drop",
"drag n drop",
"dnd",
"drag",
"drop"
],
"repository": {
"type": "git",
"url": "https://github.com/Ks89/ngx-drag-n-drop.git"
},
"bugs": {
"url": "https://github.com/Ks89/ngx-drag-n-drop/issues"
},
"module": "fesm2022/ks89-ngx-drag-n-drop.mjs",
"typings": "types/ks89-ngx-drag-n-drop.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/ks89-ngx-drag-n-drop.d.ts",
"default": "./fesm2022/ks89-ngx-drag-n-drop.mjs"
}
},
"sideEffects": false
}