bouquins/package.json
Meutel 0d0f564475 Project creation
boostrap: start webserver, router catches requests
routeur: create outputter and endpoint, trigger actions
outputter: write in specified format
action: act on resource
2014-01-19 14:37:31 +01:00

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"
}