forked from TryGhost/Slimer-hubot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 822 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": "slimer",
"version": "2.5.5",
"author": "TryGhost",
"keywords": [
"github",
"hubot",
"campfire",
"bot"
],
"description": "A simple helpful robot for your Company",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/github/hubot/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/github/hubot.git"
},
"dependencies": {
"hubot": "2.5.5",
"hubot-scripts": "2.4.6",
"hubot-irc": "~0.2.4",
"ntwitter": "~0.5.0",
"moment": "~2.1.0",
"redis": "~0.8.4",
"jsdom": "~0.7.0",
"underscore": "~1.5.1",
"underscore.string": "~2.2.0rc",
"githubot": "~0.4.0",
"request": "~2.27.0",
"git-at-me": "~0.0.2"
},
"engines": {
"node": ">= 0.8.x",
"npm": ">= 1.1.x"
}
}