diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-08-04 19:42:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-04 19:42:45 +0100 |
| commit | 3e9549ed68de51bc749d4fa806fc793fa6aaabb5 (patch) | |
| tree | 54e5e5f3ef70a311213926b2fc3d08305d80abd0 | |
| parent | 125c6e362c5607d37fbf66c92b092aa28ee8825d (diff) | |
| parent | 9f2491cfc4c0e8add8fc0ffd2771a0c18d8c15da (diff) | |
| download | packages-3e9549ed68de51bc749d4fa806fc793fa6aaabb5.tar.gz packages-3e9549ed68de51bc749d4fa806fc793fa6aaabb5.zip | |
Merge pull request #552 from ThomasTJdev/master
Add slacklib package
| -rw-r--r-- | packages.json | 17 |
1 files changed, 16 insertions, 1 deletions
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" + } ] |
