forked from ryosan-470/gochiusa-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1016 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
36
37
38
39
40
41
42
{
"name": "gochiusa-bot",
"version": "1.0.0",
"private": true,
"author": "ryosan-470",
"description": "Is the order a rabbit?",
"dependencies": {
"canvas": "^1.3.15",
"canvas2": "^1.3.11",
"coffee-script": "1.12.7",
"hubot": "^2.12.0",
"hubot-diagnostics": "0.0.1",
"hubot-google-images": "^0.1.4",
"hubot-google-translate": "^0.1.0",
"hubot-help": "^0.1.1",
"hubot-maps": "0.0.2",
"hubot-misawa": "^0.1.1",
"hubot-redis-brain": "0.0.2",
"hubot-rules": "^0.1.0",
"hubot-scripts": "^2.5.16",
"hubot-slack": "^3.3.0",
"hubot-slack-attachment": "^1.0.1",
"hubot-youtube": "^0.1.2",
"mktemp": "^0.4.0",
"opentype.js": "^0.6.3",
"path": "^0.12.7",
"request": "^2.72.0",
"swig": "^1.4.2"
},
"engines": {
"node": ">= 9.4.x",
"npm": ">= 1.1x"
},
"scripts": {
"test": "./bot_test.sh"
},
"devDependencies": {
"coffeelint": "^1.16.1",
"eslint": "^2.11.1",
"eslint-config-google": "^0.5.0"
}
}