-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 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
34
35
36
37
38
39
40
41
{
"name": "hosted-hubot",
"version": "2.4.8",
"author": "GitHub Inc.",
"keywords": "github hubot campfire bot",
"description": "A simple helpful Robot for your Company",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/github/hubot/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/github/hubot.git"
},
"dependencies": {
"cheerio": ">= 0.10.7",
"duration": "0.2.0",
"hubot": "^2.11.1",
"hubot-fliptable": "^1.2.0",
"hubot-giphy-gifme": "^0.2.0",
"hubot-google-images": "^0.2.5",
"hubot-karma-classic": "^1.0.3",
"hubot-scripts": "^2.5.3",
"hubot-zmachine": "^0.1.0",
"hubot-zulip": "https://github.com/zulip/hubot-zulip.git#9e7846cab",
"lastfm": "0.9.0",
"pg": "~6.4.0",
"request": ">= 2.14.0",
"scoped-http-client": "0.9.8",
"sugar": "^2.0.2",
"tumblrbot": "0.1.0",
"twit": "^2.2.9",
"underscore": "1.5.2"
},
"engines": {
"node": "6.11.1",
"npm": "^3.10.10"
}
}