aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/basecamp/package.json
blob: 21e3d3b3edb14126dba6947dd4f17c7b556a2ed5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "id": "basecamp",
  "name": "basecamp",
  "version": "1.0.0",
  "description": "Basecamp plugin for ferdi.",
  "main": "index.js",
  "author": "",
  "license": "MIT",
  "config": {
    "serviceURL": "https://launchpad.37signals.com/",
    "serviceName": "Basecamp",
    "message": "Basecamp plugin for ferdi.",
    "popup": [],
    "hasNotificationSound": false,
    "hasIndirectMessages": false,
    "hasTeamID": false,
    "customURL": false,
    "hostedOnly": false,
    "webviewOptions": {
      "disablewebsecurity": ""
    },
    "openDevTools": false
  }
}