-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "rooty",
"version": "0.0.0",
"private": true,
"author": "[email protected]",
"description": "Helps with Root tasks",
"dependencies": {
"circular-json": "0.5.9",
"dotenv": "8.2.0",
"@slack/events-api": "^2.3.3",
"@slack/web-api": "^5.0.1",
"JSON": "^1.0.0",
"airtable": "^0.10.1",
"dom-parser": "^0.1.6",
"domutils": "^1.7.0",
"es6-promisify": "^6.0.1",
"htmlparser2": "^3.10.1",
"hubot": "^3.3.2",
"hubot-conversation": "^1.1.1",
"hubot-diagnostics": "^1.0.0",
"hubot-google-images": "^0.2.7",
"hubot-google-translate": "^0.2.1",
"hubot-help": "^1.0.1",
"hubot-heroku-keepalive": "^1.0.3",
"hubot-maps": "0.0.3",
"hubot-pugme": "^0.1.1",
"hubot-redis-brain": "^1.0.0",
"hubot-rules": "^1.0.0",
"hubot-scripts": "^2.17.2",
"hubot-shipit": "^0.2.1",
"hubot-slack": "^4.7.1",
"jquery": "^3.5.1",
"jsdom": "^15.1.1",
"lodash": "^4.17.20",
"node-fetch": "^2.6.1",
"request": "^2.88.0",
"whatwg-fetch": "^3.0.0",
"xmlhttprequest": "^1.8.0"
},
"engines": {
"node": "10.3.0"
}
}