aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hangoutschat/package.json
blob: 0c227d77d02f4a4048b6e46db93293f4a17098b4 (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.2",
  "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
  }
}