-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
33 lines (33 loc) · 899 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
{
"name": "hubot-google-hangouts-chat",
"version": "3.0.1",
"description": "Hangouts Chat Adapter for Hubot",
"main": "main.js",
"scripts": {
"test": "mocha 'examples/**/*-spec.js'",
"test:dev": "HUBOT_LOG_LEVEL=error mocha 'examples/**/*-spec.js' --watch",
"test:dev:verbose": "HUBOT_LOG_LEVEL=all mocha 'examples/**/*-spec.js' --watch"
},
"dependencies": {
"@google-cloud/pubsub": "^3.3.0",
"body-parser": "^1.20.2",
"express": "^4.18.2",
"google-auth-library": "^8.7.0",
"googleapis": "^111.0.0",
"request": "^2.88.2"
},
"devDependencies": {
"chai": "^4.2.0",
"hubot": ">=3.3.2",
"mocha": "^6.1.4"
},
"peerDependencies": {
"hubot": ">=3.3.2"
},
"author": "senthilsk@",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/googleworkspace/hubot-google-hangouts-chat.git"
}
}