2014-01-19 13:37:31 +00:00
|
|
|
{
|
|
|
|
"name" : "bouquins",
|
2014-07-08 08:33:44 +00:00
|
|
|
"description" : "Web frontend for calibre e-book manager",
|
|
|
|
"url" : "https://github.com/meutel/bouquins",
|
2014-01-19 13:37:31 +00:00
|
|
|
"author" : "Meutel <meutel@meutel.net>",
|
2014-05-22 17:08:24 +00:00
|
|
|
"private" : true,
|
2014-05-22 19:08:41 +00:00
|
|
|
"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",
|
2015-02-18 22:00:12 +00:00
|
|
|
"sqlite3": "~3.0.0",
|
2014-06-24 18:30:54 +00:00
|
|
|
"underscore": "~1.6.0",
|
2014-06-28 23:21:17 +00:00
|
|
|
"hashmap": "~1.1.0",
|
|
|
|
"i18next": "*"
|
2014-05-22 19:08:41 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2014-06-18 20:51:15 +00:00
|
|
|
"start": "node ./bin/www"
|
2014-05-22 17:08:24 +00:00
|
|
|
},
|
2014-07-08 08:33:44 +00:00
|
|
|
"version" : "1.0.1"
|
2014-01-19 13:37:31 +00:00
|
|
|
}
|