hubot-rocketchat
Version:
Hubot Rocket.Chat Adapter
52 lines (51 loc) • 1.01 kB
JSON
{
"name": "hubot-rocketchat",
"version": "2.0.0",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
},
"contributors": [
{
"name": "Sing Li",
"email": "sing.li@rocket.chat"
},
{
"name": "Gabriel Engel",
"email": "gabriel.engel@rocket.chat"
},
{
"name": "Aaron Ogle",
"email": "aaron.ogle@rocket.chat"
},
{
"name": "Tim Kinnane",
"email": "tim.kinnane@rocket.chat"
}
],
"description": "Hubot Rocket.Chat Adapter",
"keywords": [
"hubot",
"adapter",
"rocketchat",
"rocket",
"chat"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/RocketChat/hubot-rocketchat.git"
},
"bugs": {
"url": "https://github.com/RocketChat/hubot-rocketchat/issues",
"email": "support@rocket.chat"
},
"main": "index.js",
"dependencies": {
"@rocket.chat/sdk": "^0.1.0",
"hubot": "3"
},
"peerDependencies": {
"hubot": "3"
}
}