-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.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": "MinnBot",
"version": "2.2.0",
"author": "MinnPost",
"keywords": "github hubot slack bot",
"description": "A simple helpful Robot for your Company",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/minnpost/minnbot.git"
},
"dependencies": {
"complex-js": "^5.0.0",
"complex.js": "^2.0.11",
"dezalgo": "^1.0.3",
"fraction.js": "^4.0.13",
"gitio2": "3.1.0",
"htmlparser": "1.7.7",
"hubot": "~3.3.2",
"hubot-birthday-reminder": "github:MinnPost/hubot-birthday-reminder",
"hubot-business-cat": "^1.5.15",
"hubot-calculator": "^0.4.0",
"hubot-darts": "1.0.4",
"hubot-dotenv": "^1.0.0",
"hubot-frinkiac": "2.2.1",
"hubot-heroku-keepalive": "^1.0.3",
"hubot-isup": "^1.0.2",
"hubot-movie": "^0.1.0",
"hubot-redis-brain": "1.0.0",
"hubot-scripts": "^2.17.2",
"hubot-shipit": "^0.2.1",
"hubot-slack": "^4.8.1",
"hubot-xkcd": "0.0.5",
"mathjs": "^8.1.1",
"npm-check-updates": "^10.2.5",
"ntwitter": "~0.5.0",
"optparse": "1.0.5",
"passport-spotify": "^1.1.0",
"querystring": "",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"soupselect": "0.2.0",
"underscore": "1.12.0",
"underscore.string": "3.3.5",
"url": "",
"xml2js": "^0.4.23"
},
"engines": {
"node": "15.x"
},
"scripts": {
"start": "hubot-dotenv -n hubot"
}
}