forked from StackStorm/st2chatops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "st2-hubot",
"version": "0.5.0",
"st2_version": "3.3dev",
"private": true,
"author": "StackStorm <[email protected]>",
"description": "A simple helpful robot for your Company, with StackStorm Support",
"dependencies": {
"botbuilder": "^3.16.0",
"coffee-register": "1.0.0",
"coffee-script": "1.12.7",
"hubot": "^3.1.1",
"hubot-botframework": "git+https://github.com/microsoft/BotFramework-Hubot.git#01d5be9",
"hubot-diagnostics": "0.0.2",
"hubot-flowdock": "^0.7.8",
"hubot-help": "^0.2.2",
"hubot-hipchat": "git+https://github.com/StackStorm/hubot-hipchat.git#sonnyp-patch",
"hubot-irc": "^0.4.0",
"hubot-matteruser": "^5.2.0",
"hubot-redis-brain": "0.0.4",
"hubot-rocketchat": "^2.0.0",
"hubot-scripts": "^2.17.2",
"hubot-slack": "^4.5.5",
"hubot-spark": "git+https://github.com/tonybaloney/hubot-spark.git#c440504",
"hubot-stackstorm": "^0.10.2",
"hubot-xmpp": "^0.2.5"
},
"engines": {
"node": ">=8.0 <11.0"
}
}