Meutel
0d0f564475
boostrap: start webserver, router catches requests routeur: create outputter and endpoint, trigger actions outputter: write in specified format action: act on resource
11 lines
248 B
JSON
11 lines
248 B
JSON
{
|
|
"name" : "bouquins",
|
|
"description" : "HTTP frontend for calibre",
|
|
"url" : "TODO",
|
|
"author" : "Meutel <meutel@meutel.net>",
|
|
"dependencies" : {},
|
|
"main" : "./lib/bouquins",
|
|
"bin" : { "bootstrap" : "./bin/bootstrap" },
|
|
"version" : "0.1.0"
|
|
}
|