-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
62 lines (62 loc) · 1.87 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
55
56
57
58
59
60
61
62
{
"name": "cfpbot",
"version": "1.1.1",
"author": "CFPB <tech@cfpb.gov>",
"description": "CFPB's chat bot",
"dependencies": {
"cheerio": "0.20.0",
"chrono-node": "1.2.1",
"hubot": "github:cfpb/hubot",
"hubot-acrogov": "^2.0.0",
"hubot-ambush": "0.0.3",
"hubot-auth": "1.2.0",
"hubot-aws-cfpb": "github:cfpb/hubot-aws-cfpb#main",
"hubot-brain-inspect": "github:contolini/hubot-brain-inspect",
"hubot-capital-framework": "^2.0.0",
"hubot-cfpb-indexer": "^1.0.0",
"hubot-diagnostics": "0.0.1",
"hubot-eavesdrop": "^2.0.0",
"hubot-github-identity": "0.10.0",
"hubot-github-management": "^2.0.0",
"hubot-google-images": "0.2.6",
"hubot-google-translate": "0.2.0",
"hubot-guys": "0.0.1",
"hubot-help": "0.2.0",
"hubot-heroku-keepalive": "1.0.2",
"hubot-jira-lookup": "github:jivesoftware/hubot-jira-lookup#840ff7444479324fbdb423c1c7f7630b4c886f5d",
"hubot-keys": "^2.0.0",
"hubot-lgtm": "^2.0.1",
"hubot-maps": "0.0.2",
"hubot-matteruser": "4.4.0",
"hubot-murder": "^1.0.0",
"hubot-newrelic2-cfpb": "github:cfpb/hubot-newrelic2-cfpb#main",
"hubot-plusplus": "1.2.5",
"hubot-redis-brain": "0.0.3",
"hubot-reload-scripts": "0.1.4",
"hubot-rules": "0.1.1",
"hubot-scripts": "2.17.1",
"hubot-shipit": "0.2.0",
"hubot-spotify-meta": "^1.0.0",
"hubot-squads": "^2.0.0",
"hubot-standup-alarm": "0.1.0",
"hubot-thankfulness": "1.0.1",
"hubot-twitter-search": "1.0.3",
"hubot-youtube": "1.0.2",
"lodash": "4.17.12",
"mattermost-slashbot": "^1.0.0",
"moment": "2.19.3",
"npm-registry": "0.1.13",
"quick-gist": "^1.0.0",
"random-emoji": "1.0.2",
"request": "2.84.0",
"semver": "5.1.0",
"shuffle-array": "1.0.1",
"underscore": "1.8.3"
},
"engines": {
"node": "0.12.x"
},
"scripts": {
"start": "./start.sh"
}
}