Установка body-parser для Express

This commit is contained in:
Mikhail Chechnev 2018-12-12 19:24:46 +03:00
parent f9cd57f453
commit 9755b583ce

View File

@ -18,6 +18,7 @@
}, },
"homepage": "https://github.com/CITKParus/ExchangeService#readme", "homepage": "https://github.com/CITKParus/ExchangeService#readme",
"dependencies": { "dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.4", "express": "^4.16.4",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"module-alias": "^2.1.0", "module-alias": "^2.1.0",