aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/podio/package.json
blob: 4b264c1ed3bb8bc739ecc71f177318a83aace728 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "id": "podio",
  "name": "podio",
  "version": "1.0.1",
  "description": "Podio",
  "main": "index.js",
  "author": "Jan Willem Kaper <kapersoft@gmail.com>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://podio.com",
    "serviceName": "Podio",
    "message": "",
    "popup": [],
    "hasNotificationSound": true,
    "hasIndirectMessages": false,
    "hasTeamID": false,
    "customURL": false,
    "hostedOnly": false,
    "webviewOptions": {},
    "openDevTools": false
  }
}