ooko
Version:
Task management service based on the Kanban methodology
21 lines (20 loc) • 482 B
JSON
{
"name": "ooko",
"description": "Task management service based on the Kanban methodology",
"version": "0.116.0",
"keywords": [
"kanban",
"board",
"project",
"task",
"management"
],
"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"
}
}