-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 940 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
{
"name": "hubot-hr-bot",
"version": "0.0.0-dev",
"description": "Hr bot on hubot framework for rocket chat",
"main": "bin/hubot",
"repository": "https://github.com/water96/hr-bot.git",
"author": "Ignatev Aleksey",
"license": "MIT",
"private": false,
"keywords": [
"hubot",
"rocketchat",
"chatbot",
"chat"
],
"engines": {
"node": ">=8.x",
"npm": ">=5.x"
},
"scripts": {
"debug": "node --inspect --inspect-brk -r dotenv/config node_modules/hubot/bin/hubot.js -a rocketchat",
"shell": "node -r dotenv/config node_modules/hubot/bin/hubot.js -a shell",
"local": "node -r dotenv/config node_modules/hubot/bin/hubot.js -a rocketchat"
},
"dependencies": {
"coffeescript": "^2.2.2",
"excel4node": "^1.7.1",
"hubot": "3",
"hubot-memegeneration": "^3.0.0",
"hubot-rocketchat": "rocketchat/hubot-rocketchat"
},
"devDependencies": {
"dotenv": "^5.0.1"
}
}