25 lines
545 B
JSON
25 lines
545 B
JSON
{
|
|
"name" : "bouquins",
|
|
"description" : "Web frontend for calibre e-book manager",
|
|
"url" : "https://github.com/meutel/bouquins",
|
|
"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": "~3.0.0",
|
|
"underscore": "~1.6.0",
|
|
"hashmap": "~1.1.0",
|
|
"i18next": "*"
|
|
},
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"version" : "1.0.1"
|
|
}
|