-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 973 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
35
36
{
"name": "ninjadevsio-hubot",
"version": "0.0.0",
"private": true,
"author": "Oscar Viquez <[email protected]>",
"description": "A simple helpful robot for your Company",
"dependencies": {
"cleverbot-node": "^0.2.2",
"cron": "^1.0.9",
"html-entities": "^1.1.2",
"htmlparser": "^1.7.7",
"hubot": "^2.19.0",
"hubot-9gag": "^0.2.0",
"hubot-caniuse": "^1.0.3",
"hubot-devops-reactions": "^1.0.2",
"hubot-diagnostics": "0.0.1",
"hubot-google-images": "^0.2.6",
"hubot-help": "^0.2.0",
"hubot-heroku-keepalive": "^1.0.2",
"hubot-maps": "0.0.2",
"hubot-redis-brain": "0.0.3",
"hubot-response": "^1.2.0",
"hubot-shipit": "^0.2.0",
"hubot-slack": "^4.1.0",
"hubot-youtube": "^0.1.2",
"jsdom": "^5.3.0",
"site-meta": "^0.2.2",
"soupselect": "^0.2.0",
"trello": "^0.5.1",
"underscore": "^1.8.3",
"underscore.string": "^3.0.3"
},
"engines": {
"node": "0.10.x"
}
}