aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/outlook/package.json
blob: 7594b7150c1147293779441e96dcd62299896798 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "id": "outlook",
  "name": "Outlook Web App",
  "version": "1.1.0",
  "description": "Outlook Web App",
  "main": "index.js",
  "author": "Wouter Van Speybroeck <wouter.van.speybroeck@gmail.com>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://outlook.live.com/mail/",
    "hasNotificationSound": true,
    "hasTeamId": false
  }
}