-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.61 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
{
"name": "yeargin-hubot",
"version": "0.0.0",
"private": true,
"author": "Yeargin Haus <contact@yearg.in>",
"description": "Our home hubot.",
"repository": {
"type": "git",
"url": "https://github.com/yeargin/yeargin-hubot.git"
},
"dependencies": {
"@slack/web-api": "^7.3.1",
"@stephenyeargin/hubot-openweathermap": "^1.2.1",
"ascii-table": "^0.0.9",
"coffeescript": "jashkenas/coffeescript#7b9fbf2c7694c38b71f921ac370f33cdcf835242",
"dayjs": "^1.11.13",
"hubot": "^4",
"hubot-airnow-gov": "^1.2.0",
"hubot-bcycle-finder": "^2.3.2",
"hubot-createsend": "^1.1.2",
"hubot-dad-jokes": "^1.1.3",
"hubot-diagnostics": "hubotio/hubot-diagnostics#3b6d7ba732ee8aa0e7ba2e8345a02510278ce280",
"hubot-dotenv": "^1.0.0",
"hubot-fitbit-leaders": "^2.3.2",
"hubot-grafana": "^7.0.3",
"hubot-help": "hubotio/hubot-help#92f12df9d9f1373a332578f60c4e1830f72269cc",
"hubot-hockey": "^6.4.0",
"hubot-homepage": "^1.1.4",
"hubot-mailchimp": "^2.0.3",
"hubot-nashville-electric": "^1.2.2",
"hubot-nashville-news": "^1.1.3",
"hubot-nextbus": "^2.2.2",
"hubot-pollen": "^1.2.2",
"hubot-redis-brain": "hubotio/hubot-redis-brain#main",
"hubot-redmine": "^1.2.3",
"hubot-shipit": "^0.2.1",
"hubot-slack": "^4.10.0",
"hubot-untappd-friends": "^1.11.1"
},
"scripts": {
"start": "bin/hubot --adapter slack --alias '!'",
"local": "hubot-dotenv --alias \"!\"",
"test": "hubot-dotenv --config-check"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1"
}
}