aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/office365-owa/package.json
blob: 35c464799a546e4796f41cf28f0eae03d2fc0c16 (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/mail/",
    "hasNotificationSound": true,
    "hasTeamId": false
  }
}