-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 KB
/
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
{
"name": "civictechto-chatbot",
"version": "1.0.0",
"description": "A custom hubot chat bot for Civic Tech Toronto",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "8.16.x"
},
"author": "",
"license": "MIT",
"dependencies": {
"@slack/client": "*",
"coffee-script": "^1.12.5",
"get-sheet-done": "*",
"get-urls": "^7.0.0",
"googleapis": "^19.0.0",
"hubot": "^2.18.0",
"hubot-cfa-brigade-checkin": "^1.0.4",
"hubot-giphy-gifme": "https://github.com/patcon/hubot-giphy-gifme/archive/redemption.tar.gz",
"hubot-google-auth": "https://github.com/aaaschmitt/hubot-google-auth.git",
"hubot-help": "^0.1.3",
"hubot-heroku-keepalive": "^1.0.2",
"hubot-redis-brain": "0.0.3",
"hubot-slack": "^4.6.0",
"hubot-sms-doorbell": "github:civictechto/hubot-sms-doorbell#master",
"node-fetch": "*",
"q": "^1.5.1",
"snoowrap": "^1.13.0",
"twit": "^2.2.3",
"twitter": "^1.7.1",
"underscore": "^1.8.3"
}
}