aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hangoutschat/package.json
blob: 5ffc2529b3190d2f7d88df0e57e34a7f1d34fc74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "id": "hangoutschat",
  "name": "Hangouts Chat",
  "version": "1.4.0",
  "description": "Hangouts Chat",
  "main": "index.js",
  "author": "Stefan Malzner <stefan@adlk.io> and Iván López (ilopmar)",
  "license": "MIT",
  "config": {
    "serviceURL": "https://chat.google.com",
    "hasNotificationSound": true,
    "hasIndirectMessages": true,
    "dissablewebsecurity": true
  }
}