@syncfusion/ej2-kanban
Version:
The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing.
41 lines • 1.31 kB
JSON
{
"name": "@syncfusion/ej2-kanban",
"version": "30.2.4",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"main": "./dist/ej2-kanban.umd.min.js",
"module": "./index.js",
"es2015": "./dist/es6/ej2-kanban.es5.js",
"dependencies": {
"@syncfusion/ej2-base": "~30.2.4",
"@syncfusion/ej2-buttons": "~30.2.4",
"@syncfusion/ej2-data": "~30.2.4",
"@syncfusion/ej2-dropdowns": "~30.2.4",
"@syncfusion/ej2-inputs": "~30.2.4",
"@syncfusion/ej2-layouts": "~30.2.4",
"@syncfusion/ej2-navigations": "~30.2.4",
"@syncfusion/ej2-notifications": "~30.2.4",
"@syncfusion/ej2-popups": "~30.2.4"
},
"devDependencies": {},
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing.",
"keywords": [
"ej2",
"syncfusion",
"kanban",
"javascript-kanban",
"Kanban-board",
"wip",
"swimlane",
"task-board",
"sprint-board",
"task-management"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls.git"
},
"typings": "index.d.ts",
"sideEffects": false,
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
}