forked from xurizaemon/bolts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.49 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
{
"name": "bolts",
"version": "0.0.0",
"private": true,
"author": "Chris Burgess <chris@fuzion.co.nz>",
"description": "Boltar de Fuego, the Black Knight of CiviCRM.",
"dependencies": {
"hubot": "^3.3.2",
"hubot-bolts": "git+https://github.com/xurizaemon/hubot-bolts.git",
"hubot-diagnostics": "1.0.0",
"hubot-factoids": "^1.2.0",
"hubot-google-images": "^0.2.6",
"hubot-google-translate": "^0.2.0",
"hubot-help": "^1.0.1",
"hubot-heroku-keepalive": "^1.0.2",
"hubot-isup": "^1.0.2",
"hubot-mail-listener": "^1.0.0",
"hubot-mail-notifier": "git+https://github.com/p0358/hubot-mail-notifier.git",
"hubot-maps": "0.0.3",
"hubot-matteruser": "^5.3.1",
"hubot-mobilefriendly": "git+https://github.com/xurizaemon/hubot-mobilefriendly.git",
"hubot-pingdom-tools": "git+https://github.com/xurizaemon/hubot-pingdom-tools.git",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "1.0.0",
"hubot-refrain": "git+https://github.com/xurizaemon/hubot-refrain.git",
"hubot-remind-her": "^0.4.1",
"hubot-rss-poller": "github:xurizaemon/hubot-rss-poller#build",
"hubot-rules": "^1.0.0",
"hubot-scripts": "^2.17.2",
"hubot-shipit": "^0.2.0",
"hubot-ssllabs": "git+https://github.com/xurizaemon/hubot-ssllabs.git",
"hubot-twitter-mention": "git+https://github.com/xurizaemon/hubot-twitter-mention.git"
},
"engines": {
"node": "8.x",
"npm": "5.7.x"
},
"devDependencies": {
"canvas": "^2.6.1",
"jsdom": "^15.2.1"
}
}