update package.json: version, description

This commit is contained in:
Meutel 2014-07-08 10:33:44 +02:00
parent 2683a19ef5
commit c1849b253d
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name" : "bouquins",
"description" : "HTTP frontend for calibre",
"url" : "TODO",
"description" : "Web frontend for calibre e-book manager",
"url" : "https://github.com/meutel/bouquins",
"author" : "Meutel <meutel@meutel.net>",
"private" : true,
"dependencies": {
@ -20,5 +20,5 @@
"scripts": {
"start": "node ./bin/www"
},
"version" : "0.1.0"
"version" : "1.0.1"
}