2017-09-29 14:35:51 +02:00
|
|
|
{
|
|
|
|
"name": "expressjs-app",
|
2018-10-22 12:52:31 +02:00
|
|
|
"version": "1.0.1",
|
2017-09-29 14:35:51 +02:00
|
|
|
"description": "",
|
|
|
|
"main": "app.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "Gerasimos (Makis) Maropoulos <kataras2006@hotmail.com>",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2018-10-22 12:52:31 +02:00
|
|
|
"express": "^4.16.4",
|
2017-11-21 10:34:04 +01:00
|
|
|
"express-session": "^1.15.6",
|
|
|
|
"session-memory-store": "^0.2.2",
|
2017-11-19 13:02:48 +01:00
|
|
|
"throng": "4.0.0"
|
2017-09-29 14:35:51 +02:00
|
|
|
}
|
|
|
|
}
|