-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
60 lines (60 loc) · 1.61 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "lefay",
"version": "0.3.0",
"author": "GitHub Inc.",
"keywords": "github hubot campfire bot",
"description": "A simple helpful Robot for your Company",
"start": "./run_lefay.sh",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/github/hubot/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "http://github.com/github/hubot.git"
},
"dependencies": {
"aws2js": "^0.7.10",
"cheerio": "^0.10.7",
"date-utils": ">=1.2.5",
"githubot": "^0.4.1",
"gitio2": "^2.0.0",
"htmlparser": "1.7.6",
"hubot": "2.18.0",
"hubot-calculator": ">= 0.2.0",
"hubot-devops-reactions": ">= 0.0.0",
"hubot-google-hangouts": ">= 0.7.0",
"hubot-google-images": ">= 0.1.0",
"hubot-google-translate": ">= 0.1.0",
"hubot-http-status": ">= 0.2.0",
"hubot-markov": "~1.6.0",
"hubot-retro": ">= 0.0.0",
"hubot-scripts": "git://github.com/github/hubot-scripts.git",
"hubot-shipit": ">= 0.1.1",
"hubot-slack": "^3.4.2",
"hubot-suddendeath": ">= 0.0.0",
"hubot-victory": ">= 0.0.0",
"hubot-youtube": ">= 0.1.2",
"jsdom": "^0.8.10",
"moment": "~2.12.0",
"natural": "^0.1.19",
"node-jira": "git://github.com/baz/node-jira.git#master",
"nodepie": "0.5.0",
"optparse": "1.0.3",
"scraper": "0.0.9",
"soupselect": "0.2.0",
"twit": "1.1.6",
"twss": "0.1.5",
"underscore": "1.4.4",
"underscore.string": "2.3.1",
"validator": "0.4.23",
"xml2js": "0.2.3",
"hubot-mute": "*",
"hawk": "~3.1.3",
"request": "2.76.0",
"request-promise": "*",
"bluebird": "*"
}
}