From 9f2491cfc4c0e8add8fc0ffd2771a0c18d8c15da Mon Sep 17 00:00:00 2001 From: ThomasTJdev Date: Fri, 4 Aug 2017 12:18:24 +0200 Subject: [PATCH] Add slacklib package --- packages.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 567cb48..91439ef 100644 --- a/packages.json +++ b/packages.json @@ -6905,5 +6905,20 @@ "description": "A wrapper for the vk.com API (russian social network)", "license": "MIT", "web": "https://github.com/TiberiumN/nimvkapi" - } + }, + { + "name": "slacklib", + "url": "https://github.com/ThomasTJdev/nim_slacklib", + "method": "git", + "tags": [ + "library", + "wrapper", + "slack", + "slackapp", + "api" + ], + "description": "Library for working with a slack app or sending messages to a slack channel (slack.com)", + "license": "MIT", + "web": "https://github.com/ThomasTJdev/nim_slacklib" + } ]