25 lines
501 B
JSON
25 lines
501 B
JSON
{
|
|
"name" : "bouquins",
|
|
"description" : "HTTP frontend for calibre",
|
|
"url" : "TODO",
|
|
"author" : "Meutel <meutel@meutel.net>",
|
|
"private" : true,
|
|
"dependencies": {
|
|
"express": "~4.0.0",
|
|
"static-favicon": "~1.0.0",
|
|
"morgan": "~1.0.0",
|
|
"cookie-parser": "~1.0.1",
|
|
"body-parser": "~1.0.0",
|
|
"debug": "~0.7.4",
|
|
"jade": "~1.3.0",
|
|
"sqlite3": "~2.2.0",
|
|
"underscore": "~1.6.0",
|
|
"hashmap": "~1.1.0",
|
|
"i18next": "*"
|
|
},
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"version" : "0.1.0"
|
|
}
|