forked from migarjo/azure-bot
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 697 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 697 Bytes
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
{
"name": "azure-bot",
"version": "0.0.0",
"private": true,
"author": "Michael Johnson <migarjo@github.com>",
"description": "(Your very own Hubot)",
"dependencies": {
"coffee-script": "^1.12.6",
"forever": "^0.15.3",
"hubot": "^2.19.0",
"hubot-diagnostics": "0.0.2",
"hubot-google-images": "^0.2.7",
"hubot-google-translate": "^0.2.1",
"hubot-help": "^0.2.2",
"hubot-heroku-keepalive": "^1.0.3",
"hubot-maps": "0.0.3",
"hubot-pugme": "^0.1.1",
"hubot-redis-brain": "0.0.4",
"hubot-rules": "^0.1.2",
"hubot-scripts": "^2.17.2",
"hubot-shipit": "^0.2.1",
"hubot-slack": "^4.3.4"
},
"engines": {
"node": "0.10.x"
}
}