summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-04-27 20:40:33 +0300
committerLauri Ojansivu <x@xet7.org>2017-04-27 20:40:33 +0300
commita99218e2c7f210adc9eef83f6474395f8c52c84e (patch)
tree041c8049918b3f9da688681d997bf694cabfcd27 /package.json
parent5c429816c16c3610802f322125b95f4a7f46fb97 (diff)
parent7a94824084a05ced51671b13739dfaf0c9cf14e5 (diff)
downloadwekan-a99218e2c7f210adc9eef83f6474395f8c52c84e.tar.gz
wekan-a99218e2c7f210adc9eef83f6474395f8c52c84e.tar.bz2
wekan-a99218e2c7f210adc9eef83f6474395f8c52c84e.zip
Merge branch 'huneau-meteor-1.4-LOGGER' into meteor-1.4
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json
index c7548af3..6ceb6e29 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,12 @@
},
"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",
"xss": "^0.3.3"
}
}