formations/cesi/architecture_n_tiers/ressources/exercices/ex_microbloggr_solution/services/home_page/app/package.json

19 lines
378 B
JSON

{
"name": "login_page",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-session": "^1.15.6",
"request": "^2.83.0",
"request-promise-native": "^1.0.5"
}
}