node-red-contrib-slack
Version:
A node-red module to interact with the Slack API
32 lines (31 loc) • 629 B
JSON
{
"name": "node-red-contrib-slack",
"version": "2.1.0",
"description": "A node-red module to interact with the Slack API",
"main": "slackpost.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/yayadrian/node-red-slack.git"
},
"keywords": [
"node-red",
"slack",
"post",
"api",
"rtm"
],
"node-red": {
"nodes": {
"slack": "slackpost.js"
}
},
"author": "Adrian Lansdown",
"license": "MIT",
"dependencies": {
"@slack/rtm-api": "^7.0.3",
"@slack/web-api": "^7.9.1"
}
}