-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (37 loc) · 876 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
37
38
39
40
{
"name": "tekin",
"version": "2.4.7",
"author": "GitHub Inc.",
"keywords": "github hubot",
"description": "One minute break!",
"licenses": [{
"type": "MIT",
"url": "http://github.com/github/hubot/raw/master/LICENSE"
}],
"repository" : {
"type": "git",
"url": "https://github.com/github/hubot.git"
},
"dependencies": {
"hubot": "==2.4.7",
"hubot-scripts": "== 2.4.3",
"optparse": "1.0.3",
"hubot-irc": ">= 0.0.1",
"soupselect": "0.2.0",
"htmlparser": "1.7.6",
"wwwdude": "0.1.0",
"xml2js": "0.2.6",
"nodepie": "0.6.0",
"jsdom": "0.5.1",
"underscore": "",
"twilio": "1.5.0",
"request": "2.34.0",
"lob": "2.1.0",
"orchestrate-brain": "0.0.5",
"hubot-s3-brain": "0.1.0"
},
"engines": {
"node": ">= 0.8.x",
"npm": "1.1.x"
}
}