-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 935 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
33
34
35
{
"name": "Bot",
"version": "0.0.0",
"private": true,
"author": "Ennovar <[email protected]>",
"description": "Ennovar's personal Slack bot",
"dependencies": {
"axios": "^0.16.2",
"bluebird": "^3.4.1",
"dbus-native": "^0.2.0",
"hubot": "^2.18.0",
"hubot-diagnostics": "0.0.1",
"hubot-github-webhook-listener": "^0.9.1",
"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-plusplus": "^1.2.3",
"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": "^3.4.2",
"hubot-spotify-playlist": "^0.2.2",
"lodash": "^3.10.1",
"pidof": "^1.0.2",
"properties": "^1.2.1",
"request": "^2.72.0"
},
"engines": {
"node": "6.2.2"
}
}