formations/cesi/architecture_n_tiers/ressources/exercices/ex_microbloggr_solution/services/statuses/package.json

17 lines
308 B
JSON

{
"name": "statuses",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.2",
"morgan": "^1.9.1"
}
}