forked from SurreyCodes/surreycodecamp-hubot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 829 Bytes
/
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
32
{
"name": "ponch",
"version": "0.0.0",
"private": true,
"author": "Demian Brecht <[email protected]>",
"description": "The Slack clown",
"dependencies": {
"coffee-script": "^1.12.7",
"hubot": "^2.19.0",
"hubot-diagnostics": "0.0.2",
"hubot-google-images": "^0.2.7",
"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-relevant-xkcd": "^1.0.3",
"hubot-rules": "^0.1.2",
"hubot-scripts": "^2.17.2",
"hubot-shipit": "^0.2.1",
"hubot-slack": "^4.3.4",
"hubot-thesimpsons": "^1.1.5",
"moment": "^2.18.1",
"moment-timezone": "^0.5.13",
"redis": "^2.8.0",
"redis-url": "^1.2.1",
"request": "^2.81.0"
},
"engines": {
"node": "8.2.x"
}
}