-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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
{
"name": "dogegod",
"version": "0.0.0",
"private": true,
"author": "[email protected]",
"description": "Delightfully aware robutt",
"dependencies": {
"hubot": "^2.11.0",
"hubot-devops-reactions": "*",
"hubot-humanity": "*",
"hubot-dogeme": "*",
"hubot-diagnostics": "0.0.1",
"hubot-google-images": "^0.1.2",
"hubot-google-translate": "^0.1.0",
"hubot-help": "^0.1.1",
"hubot-heroku-keepalive": "0.0.4",
"hubot-irc": "^0.2.7",
"hubot-maps": "0.0.1",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "*",
"hubot-rules": "^0.1.0",
"hubot-scripts": "^2.5.16",
"hubot-shipit": "^0.1.1",
"hubot-youtube": "^0.1.2",
"hubot-youtube-info": "*",
"hubot-business-cat": "*",
"hubot-sentimental": "*",
"underscore": "*",
"textspark": "*",
"cheerio": "*",
"jsdom": "*",
"nodepie": "*",
"scraper": "*",
"xml2js": "*",
"htmlparser": "*",
"coffee-script": "~1.9.0",
"redis": ">= 0.10.0",
"Sentimental": "0.0.4",
"soupselect": "*"
},
"engines": {
"node": "0.10.x"
}
}