-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 896 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 896 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
35
36
{
"name": "bot",
"version": "0.0.0",
"private": true,
"author": "richellin <richellin7@gmail.com>",
"description": "kodeveloper",
"scripts": {
"lint": "coffeelint scripts",
"test": "mocha --compilers coffeescript tests/**/*.coffee"
},
"dependencies": {
"hubot": "3.3.1",
"hubot-diagnostics": "1.0.0",
"hubot-google-images": "^0.2.7",
"hubot-google-translate": "^0.2.1",
"hubot-help": "^1.0.1",
"hubot-heroku-keepalive": "^1.0.3",
"hubot-maps": "0.0.3",
"hubot-pugme": "^0.1.1",
"hubot-redis-brain": "1.0.0",
"hubot-rules": "^1.0.0",
"hubot-scripts": "^2.17.2",
"hubot-shipit": "^0.2.1",
"hubot-slack": "^4.6.0",
"slack-node": "^0.1.8"
},
"engines": {
"node": "8.9.4"
},
"devDependencies": {
"chai": "^4.2.0",
"coffeelint": "^2.1.0",
"hubot-test-helper": "^1.9.0",
"mocha": "^5.2.0"
}
}