-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
39 lines (39 loc) · 1.05 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
32
33
34
35
36
37
38
39
{
"name": "elvis",
"version": "0.0.0",
"private": true,
"author": "Daniel Soskel <[email protected]>",
"description": "Elvis 2.0! He's back!",
"dependencies": {
"hubot": "^2.18.0",
"hubot-bitcoin": "^1.0.3",
"hubot-cleverbot": "^1.0.0",
"hubot-diagnostics": "0.0.1",
"hubot-giphy-gifme": "^1.0.0",
"hubot-google-images": "^0.2.6",
"hubot-google-translate": "^0.2.0",
"hubot-help": "^0.1.3",
"hubot-heroku-keepalive": "^1.0.2",
"hubot-maps": "0.0.2",
"hubot-markov": "^1.7.0",
"hubot-mimic": "~0.1.2",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.3",
"hubot-rules": "^0.1.1",
"hubot-scripts": "^2.16.2",
"hubot-shipit": "^0.2.0",
"hubot-slack": "4.5.1",
"hubot-slack-blacklist-middleware": "^1.0.2",
"hubot-slack-utils": "0.0.5",
"hubot-slack-whitelist-middleware": "^1.0.1",
"hubot-youtube": "^1.0.2",
"lodash": "^4.17.19",
"moment": "^2.19.3"
},
"scripts": {
"test": "ruby ./bin/smoke_test.rb"
},
"engines": {
"node": "6.12.3"
}
}