-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 925 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
{
"name": "slack-janken",
"version": "0.0.0",
"private": true,
"author": "takamasa suzuki <midgard10257@gmail.com>",
"description": "A simple helpful robot for your Company",
"dependencies": {
"coffee-script": "^1.12.7",
"generator-hubot": "^0.4.0",
"hubot": "^3.3.2",
"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.7.1",
"yo": "^3.1.0"
},
"engines": {
"node": "0.10.x"
},
"scripts": {
"start": "source .env && ./bin/hubot --adapter slack",
"debug": "source .env && coffee --nodejs --inspect node_modules/.bin/hubot --adapter slack"
}
}