UNPKG

ng-hub-ui-board

Version:

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

97 lines 2.25 kB
{ "name": "ng-hub-ui-board", "version": "22.2.0", "description": "An Angular-based Kanban board component with Trello-like drag-and-drop, customizable columns, and straightforward event handling.", "main": "bundles/ng-hub-ui-board.umd.js", "module": "fesm2022/ng-hub-ui-board.mjs", "typings": "types/ng-hub-ui-board.d.ts", "peerDependencies": { "@angular/common": ">=18.0.0", "@angular/core": ">=18.0.0", "ng-hub-ui-utils": ">=22.1.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "files": [ "**/*", "!**/*.spec.ts", "!**/*.spec.js", "!**/*.test.ts", "!**/*.test.js" ], "keywords": [ "angular", "kanban", "board", "trello", "drag-drop", "dnd", "columns", "cards", "tasks", "todo", "productivity", "collaboration", "organization", "project-management", "workflow", "agile", "scrum", "component", "reusable", "open-source", "typescript", "standalone", "native-drag-drop", "ui-library", "ng-hub-ui" ], "author": "Carlos Morcillo <carlos.morcillo@me.com> (https://www.carlosmorcillo.com)", "maintainers": [ { "name": "Carlos Morcillo Fernández", "email": "carlos.morcillo@me.com", "url": "https://www.carlosmorcillo.com" } ], "homepage": "https://hubui.dev/", "repository": { "type": "git", "url": "git+https://github.com/carlos-morcillo/ng-hub-ui-board.git" }, "bugs": { "url": "https://github.com/carlos-morcillo/ng-hub-ui-board/issues", "email": "carlos.morcillo@me.com" }, "funding": { "type": "buymeacoffee", "url": "https://buymeacoffee.com/carlosmorcillo" }, "license": "CC-BY-4.0", "engines": { "node": ">=18.13.0", "npm": ">=9.0.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "ng-add": { "save": "dependencies" }, "contributors": [ "Carlos Morcillo Fernández <carlos.morcillo@me.com>" ], "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./types/ng-hub-ui-board.d.ts", "default": "./fesm2022/ng-hub-ui-board.mjs" } }, "type": "module" }