summaryrefslogtreecommitdiff
path: root/web/package.json
diff options
context:
space:
mode:
authorAleš Smodiš <aless@guru.si>2015-12-15 16:52:47 +0100
committerAleš Smodiš <aless@guru.si>2015-12-15 16:52:47 +0100
commit50233f3cbaf81e78639f309f223b52a1a12cba58 (patch)
treea941098b5cd997201d2c73eb888b90f808f0fdad /web/package.json
parentd805a4e0bf5ed6250d5dec6a48e951af364a860b (diff)
Implement client logs receiving service, which dumps the received logs from clients.
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/package.json b/web/package.json
index b8a4872..c0150a0 100644
--- a/web/package.json
+++ b/web/package.json
@@ -5,6 +5,7 @@
"engine.io": "1.5.x",
"bluebird": "2.9.x",
"log4js": "0.6.x",
- "express": "4.13.x"
+ "express": "4.13.x",
+ "body-parser": "1.14.x"
}
} \ No newline at end of file