-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 871 Bytes
/
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
{
"name": "flamebot",
"version": "1.0.0",
"private": true,
"author": "crahrig <[email protected]>",
"description": "The ultimate sidekick of the Genesis team!",
"dependencies": {
"coffee-script": "^1.12.7",
"cryptiles": "^4.1.3",
"hawk": "^7.0.10",
"hoek": "^5.0.4",
"https-proxy-agent": "^2.2.4",
"hubot": "^3.1.1",
"hubot-azure-brain": "^1.0.0",
"hubot-diagnostics": "^1.0.0",
"hubot-google-images": "^0.2.7",
"hubot-group-alias": "^2.2.2",
"hubot-help": "^1.0.1",
"hubot-maps": "0.0.3",
"hubot-plusplus": "^1.4.0",
"hubot-pugme": "^0.1.1",
"hubot-rules": "^1.0.0",
"hubot-scripts": "^2.17.2",
"hubot-seen": "^1.0.1",
"hubot-shipit": "^0.2.1",
"hubot-slack": "^4.5.5",
"lodash": "^4.17.19",
"ws": "^3.3.1"
},
"engines": {
"node": "9.4.0",
"npm": "6.14.6"
}
}