-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 1.01 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
{
"name": "Stig",
"version": "0.0.0",
"private": true,
"author": "Yaniv Keinan <[email protected]>",
"description": "supports efficient collaboration between extremely simple agents, who lack any memory, intelligence or even individual awareness of each other",
"dependencies": {
"hubot": "^2.16.0",
"hubot-brain-inspect": "0.0.1",
"hubot-diagnostics": "0.0.1",
"hubot-github-repo-event-notifier": ">= 0.0.0",
"hubot-google-images": "^0.2.2",
"hubot-google-translate": "^0.2.0",
"hubot-help": "^0.1.1",
"hubot-heroku-keepalive": "^1.0.0",
"hubot-maps": "0.0.2",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.3",
"hubot-rules": "^0.1.1",
"hubot-scripts": "^2.16.2",
"hubot-shipit": "^0.2.0",
"hubot-slack": "^3.3.0",
"hubot-stigify-twitter": "0.0.5",
"hubot-trello-organization": "0.0.2",
"hubot-trello-webhook": "0.0.0",
"oauth": "^0.9.14",
"twit": "2.1.1",
"underscore": "1.8.3"
},
"engines": {
"node": "0.10.x"
}
}