-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.32 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
{
"name": "fakebot",
"version": "0.0.1",
"author": "Logan Saunders <[email protected]>",
"description": "A hubot for our slack.com setup",
"scripts": {
"test": "mocha"
},
"dependencies": {
"hubot": "^2.13.1",
"hubot-ambush": "0.0.3",
"hubot-diagnostics": "0.0.1",
"hubot-github-event-announcer": "^0.10.0",
"hubot-google-images": "^0.1.5",
"hubot-google-translate": "^0.2.0",
"hubot-help": "^0.1.1",
"hubot-heroku": "^0.1.16",
"hubot-heroku-keepalive": "0.0.4",
"hubot-maps": "0.0.2",
"hubot-plusplus": "^1.1.5",
"hubot-pugme": "^0.1.0",
"hubot-reaction": "0.0.6",
"hubot-redis-brain": "0.0.3",
"hubot-rules": "^0.1.1",
"hubot-scripts": "^2.16.1",
"hubot-seen": "^0.2.2",
"hubot-shipit": "^0.2.0",
"hubot-slack": "^3.3.0",
"hubot-travis-ci": "0.0.2",
"hubot-trello": "*"
},
"engines": {
"node": "0.10.x"
},
"devDependencies": {
"chai": "^3.0.0",
"mocha": "^2.2.5"
},
"main": "bin/hubot",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FakeSloth/fakebot.git"
},
"keywords": [
"hubot"
],
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/FakeSloth/fakebot/issues"
},
"homepage": "https://github.com/FakeSloth/fakebot#readme"
}