ooko
Version:
Task management service based on the Kanban methodology
20 lines (19 loc) • 460 B
JSON
{
"name": "ooko",
"description": "Task management service based on the Kanban methodology",
"version": "0.104.1",
"keywords": [
"kanban",
"board",
"project",
"task"
],
"license": "SEE LICENSE IN LICENSE",
"author": "Vopilovskiy Konstantin <flash.vkv@gmail.com>",
"type": "module",
"main": "./server.js",
"dependencies": {
"express": "^4.21.1",
"pouchdb": "^8.0.1"
}
}