forked from mdgspace/bot
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 768 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 768 Bytes
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
{
"name": "bot",
"version": "2.7.1",
"private": true,
"author": "sdsmdg",
"description": "Slack bot for Mobile Development Group, IIT Roorkee",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/github/hubot/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/sdsmdg/hubot.git"
},
"dependencies": {
"follow-redirects": "^1.0.0",
"hubot": "^2.19.0",
"hubot-env": "0.0.2",
"hubot-redis-brain": "0.0.3",
"hubot-scripts": "^2.17.2",
"hubot-slack": "^4.3.4",
"moment": "^2.18.1",
"natural": "^0.5.0",
"node-cron": "^1.1.2",
"node-time-ago": "^1.0.0",
"soupselect": "^0.2.0"
},
"engines": {
"node": "^8.10.0",
"npm": "^3.5.2"
}
}