-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.39 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
{
"name": "Sterling",
"version": "0.0.1",
"private": true,
"author": "Michael Hopkins <[email protected]>",
"description": "A simple helpful robot for your Company",
"repository": {
"type": "git",
"url": "https://github.com/github/hubot.git"
},
"dependencies": {
"MD5": "^1.3.0",
"async": "^1.4.2",
"cheerio": "^0.19.0",
"clark": "0.0.6",
"ent": "^2.2.0",
"githubot": "^1.0.0",
"htmlparser": "^1.7.7",
"hubot": "^2.15.0",
"hubot-calculator": "^0.4.0",
"hubot-conspire": "^1.0.0",
"hubot-google-images": "^0.2.1",
"hubot-google-translate": "^0.2.0",
"hubot-googleapi": "^0.2.3",
"hubot-help": "^0.1.1",
"hubot-irc": "^0.2.7",
"hubot-plusplus": "^1.1.5",
"hubot-redis-brain": "0.0.3",
"hubot-scripts": "^2.16.2",
"hubot-sentiment": "^1.2.6",
"hubot-slack": "^3.3.0",
"hubot-urban": "^1.0.0",
"hubot-youtube": "^1.0.1",
"jsdom": "^6.1.0",
"pretty-bytes": "^2.0.1",
"prompt": "^0.2.14",
"psi": "^1.0.6",
"querystring": "^0.2.0",
"redis": "^0.12.1",
"request": "^2.61.0",
"scraper": "0.0.9",
"simple-twitter": "^1.0.7",
"soupselect": "^0.2.0",
"twit": "^2.1.0",
"type": "0.0.3",
"underscore": "^1.8.3",
"underscore.string": "^3.1.1",
"url": "^0.10.3",
"util": "^0.10.3",
"ws": "^0.7.2",
"xml2js": "^0.4.10",
"xml2json": "^0.8.2"
}
}