-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 922 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
{
"name": "openbot",
"version": "0.0.0",
"private": true,
"author": "Ryan Lahfa <masterancpp@gmail.com>",
"description": "Obsessional robot about Open Access",
"dependencies": {
"hubot": "^2.19.0",
"hubot-diagnostics": "0.0.1",
"hubot-factoid": "0.0.1",
"hubot-github-assign-issues": "0.0.2",
"hubot-github-identity": "^0.10.0",
"hubot-github-issue-lookup": "^0.1.1",
"hubot-github-pr-release": "0.0.3",
"hubot-google-images": "^0.2.6",
"hubot-google-translate": "^0.2.0",
"hubot-help": "^0.2.0",
"hubot-heroku-keepalive": "^1.0.2",
"hubot-irc": "^0.2.8",
"hubot-maps": "0.0.2",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.3",
"hubot-reload-scripts": "^0.1.2",
"hubot-rules": "^0.1.1",
"hubot-scripts": "^2.17.2",
"hubot-shipit": "^0.2.0",
"hubot-travisci-notifier": "^1.0.1"
},
"engines": {
"node": "0.10.x"
}
}