-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 740 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 740 Bytes
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
{
"name": "bender",
"version": "0.4.0",
"private": true,
"author": "sshaar08@gmail.com",
"description": "A simple helpful bending robot for our planet express!",
"dependencies": {
"coffeescript": "^1.12.0",
"hubot": "^3.1.1",
"hubot-diagnostics": "^1.0.0",
"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-sentiment": "^1.2.7",
"hubot-slack": "^4.7.1",
"redis-cli": "^1.4.0",
"redis-dump": "^0.1.10",
"ws": ">=3.3.1"
},
"engines": {
"node": ">=8.1.12"
},
"devDependencies": {
"eslint": ">=5.9.0"
}
}