Add Slack notifications plugin for new comments.

This commit is contained in:
Vicky Chijwani
2017-10-05 05:32:37 +05:30
parent 197d94ffb1
commit 95580f5ffe
6 changed files with 73 additions and 0 deletions
@@ -0,0 +1,9 @@
{
"name": "@coralproject/talk-plugin-slack-notifications",
"pluginName": "talk-plugin-slack-notifications",
"version": "0.0.1",
"description": "Posts new comments to Slack via a webhook",
"main": "index.js",
"author": "The Coral Project Team <coral@mozillafoundation.org>",
"license": "Apache-2.0"
}