-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1005 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1005 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
28
29
30
31
32
33
34
35
36
37
38
{
"name": "HuBOB",
"version": "0.1.1",
"private": true,
"author": "Graham Howden <graham_howden1@yahoo.co.uk>",
"description": "Hubot for Insorum",
"dependencies": {
"cheerio": "^0.17.0",
"chrono-node": "^1.1.2",
"flip": "^0.1.1",
"htmlparser": "^1.7.7",
"hubot": "^2.9.3",
"hubot-auth": "^1.1.2",
"hubot-diagnostics": "0.0.1",
"hubot-google-images": "^0.1.0",
"hubot-google-translate": "^0.1.0",
"hubot-help": "^0.1.1",
"hubot-heroku-keepalive": "0.0.4",
"hubot-maps": "0.0.0",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.2",
"hubot-rules": "^0.1.0",
"hubot-scripts": "^2.5.16",
"hubot-shipit": "^0.1.1",
"hubot-slack": "^2.2.0",
"hubot-youtube": "^0.1.2",
"lodash": "^4.0.0",
"moment": "^2.11.1",
"hubot-spotify-control": "0.1.x",
"soupselect": "^0.2.0",
"underscore": "^1.7.0",
"underscore.string": "^2.3.3",
"validator": "^3.22.1"
},
"engines": {
"node": "0.10.x"
}
}