aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/office365-owa/package.json
blob: 1ffb2ee3162bdcc61acf17d85d5d1a5447fd37ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "id": "office365-owa",
  "name": "Office 365 Outlook Web App",
  "version": "1.1.1",
  "description": "Office 365 Outlook Web App",
  "main": "index.js",
  "author": "Adam Birds <adam.birds@adbtechltd.co.uk>",
  "contributors": [
    "nonAlgebraic <https://github.com/nonAlgebraic>"
  ],
  "license": "MIT",
  "config": {
    "serviceURL": "https://outlook.office365.com/owa",
    "hasNotificationSound": true,
    "hasTeamId": false
  }
}