From 00a357cd7067cf5c8b055deacfe2e9bc28b06c5e Mon Sep 17 00:00:00 2001 From: huneau romain Date: Wed, 19 Apr 2017 16:16:31 +0200 Subject: add console, file, and zulip logger on database changes --- package.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index c7548af3..2b0f7b6e 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,8 @@ "dependencies": { "babel-runtime": "^6.23.0", "meteor-node-stubs": "^0.2.6", + "winston": "^2.3.1", + "winston-zulip": "0.0.6", "xss": "^0.3.3" } } -- cgit v1.2.3-1-g7c22 From 7a94824084a05ced51671b13739dfaf0c9cf14e5 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 27 Apr 2017 20:40:07 +0300 Subject: Add some packages. --- package.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index 2b0f7b6e..6ceb6e29 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,9 @@ }, "dependencies": { "babel-runtime": "^6.23.0", + "bcrypt": "^1.0.2", + "bson": "^1.0.4", + "es6-promise": "^4.1.0", "meteor-node-stubs": "^0.2.6", "winston": "^2.3.1", "winston-zulip": "0.0.6", -- cgit v1.2.3-1-g7c22