-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.45 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "robko",
"description": "Camplight chat bot built on the Hubot framework",
"version": "0.0.108",
"author": "multi",
"repository": {
"type": "git",
"url": "https://github.com/multi/robko.git"
},
"license": "ISC",
"dependencies": {
"angelscripts-cellcmds": "0.2.3",
"async": "3.2.6",
"basic-auth": "2.0.1",
"body-parser": "1.20.3",
"chrono-node": "2.7.7",
"cleverbot-node": "0.3.11",
"cli-table": "0.3.11",
"coffeescript": "1.12.7",
"express": "4.21.1",
"github-webhook-middleware": "0.0.2",
"htmlparser": "1.7.7",
"hubot": "4.1.0",
"hubot-auth": "2.1.0",
"hubot-available": "1.1.0",
"hubot-diagnostics": "2.1.3",
"hubot-google-images": "0.2.7",
"hubot-google-translate": "0.2.1",
"hubot-hackernews": "1.0.0",
"hubot-help": "hubotio/hubot-help#main",
"hubot-irc": "0.4.2",
"hubot-maps": "0.0.3",
"hubot-plusplus": "1.4.0",
"hubot-pomodoro": "2.0.3",
"hubot-pugme": "0.1.1",
"hubot-redis-brain": "2.1.0",
"hubot-rules": "2.1.1",
"hubot-scripts": "2.17.2",
"hubot-shipit": "0.2.1",
"hubot-slack": "4.10.0",
"hubot-team": "2.0.0",
"hubot-watcher": "0.1.0",
"lodash": "4.17.21",
"moment": "2.30.1",
"morgan": "1.10.0",
"organic-angel": "0.4.0",
"redisgraph.js": "2.3.0",
"soupselect": "0.2.0",
"toobusy-js": "0.5.1",
"underscore.string": "3.3.6",
"uuid": "10.0.0",
"xml2js": "0.6.2"
}
}