UNPKG

ng-hub-ui-board

Version:

An Angular-based Kanban board component with Trello-like drag-and-drop, customizable columns, and straightforward event handling.

58 lines 1.29 kB
{ "name": "ng-hub-ui-board", "version": "19.2.0", "peerDependencies": { "@angular/common": ">=18.0.0", "@angular/core": ">=18.0.0", "@angular/cdk": ">=18.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "description": "An Angular-based Kanban board component with Trello-like drag-and-drop, customizable columns, and straightforward event handling.", "main": "index.js", "keywords": [ "angular", "kanban", "board", "trello", "angular", "drag-drop", "dnd", "columns", "cards", "tasks", "to-do", "productivity", "collaboration", "organization", "project-management", "workflow", "agile", "scrum", "component", "reuseable", "open-source" ], "author": "Carlos Morcillo Fernández", "repository": { "type": "git", "url": "https://github.com/carlos-morcillo/ng-hub-ui-board" }, "bugs": { "url": "https://github.com/carlos-morcillo/ng-hub-ui-board/issues" }, "license": "MIT", "module": "fesm2022/ng-hub-ui-board.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ng-hub-ui-board.mjs" } }, "sideEffects": false }