-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 964 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 964 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
{
"name": "randombot",
"version": "0.1.0",
"private": true,
"author": "giovanni.lela@link-me.it <giovanni>",
"description": "A simple helpful robot for your Company",
"dependencies": {
"dotenv": "^4.0.0",
"eslint-config-standard": "^6.2.1",
"google-auth-library": "^0.9.9",
"google-spreadsheet": "^2.0.3",
"googleapis": "^14.2.0",
"hubot": "^2.19.0",
"hubot-dotenv": "^1.0.0",
"hubot-google-images": "^0.2.6",
"hubot-google-translate": "^0.2.0",
"hubot-help": "^0.2.0",
"hubot-heroku-keepalive": "^1.0.2",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.3",
"hubot-rules": "^0.1.1",
"hubot-scripts": "^2.17.2",
"hubot-slack": "^4.2.1"
},
"scripts": {
"start": "hubot-dotenv -n mario --adapter slack",
"dev": "bin/hubot --adapter shell"
},
"devDependencies": {
"eslint": "^4.10.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1"
}
}