-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
44 lines (44 loc) · 1 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": "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",
"libxmljs": "^0.19.10",
"moment": "^2.18.1",
"natural": "^0.5.0",
"node-cron": "^1.1.2",
"node-gyp": "^9.3.1",
"node-time-ago": "^1.0.0",
"nodemon": "2.0.19",
"soupselect": "^0.2.0"
},
"engines": {
"node": "^8.10.0",
"npm": "^3.5.2"
},
"scripts": {
"start": "nodemon -e coffee --exec './bin/hubot -n $HUBOT_NAME -a slack'"
},
"devDependencies": {
"cross-env": "^7.0.3",
"nodemon": "^2.0.19"
}
}