-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 752 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 752 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
{
"name": "nitbitbot",
"version": "0.0.0",
"private": true,
"author": "TaijaQ <taija299@gmail.com>",
"description": "Nitpicking nitwit",
"dependencies": {
"hubot-shell": "~1.0.2",
"hubot-maps": "0.0.2",
"hubot-help": "~0.1.3",
"hubot-shipit": "~0.2.0",
"hubot-pugme": "~0.1.0",
"hubot-rules": "~0.1.1",
"hubot-google-images": "~0.2.6",
"hubot-diagnostics": "0.0.1",
"hubot-google-translate": "~0.2.0",
"hubot-heroku-keepalive": "~1.0.2",
"hubot-redis-brain": "0.0.3",
"hubot-scripts": "~2.16.2",
"hubot": "~2.18.0",
"hubot-slack": "~3.4.2",
"hubot-sentimental": "~1.0.7",
"hubot-plusplus": "~1.2.3",
"hubot-trello": "~0.1.1"
},
"engines": {
"node": "0.10.x"
}
}