aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gotomeeting/package.json
blob: e60a8c917b2775413bb80e4602ac33a6fef82d22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "id": "gotomeeting",
  "name": "Go To Meeting",
  "version": "0.2.1",
  "description": "GoToMeeting App",
  "main": "index.js",
  "repository":"https://github.com/tristanplouz/ferdi-recipe-gotomeeting.git",
  "author": "Tristan D",
  "license": "MIT",
  "config": {
    "serviceURL": "https://app.gotomeeting.com/home.html",
    "hasNotificationSound": true
  }
}