aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/box/package.json
blob: 2837094fdf7134f00f360bab21e9d252667bf032 (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": "box",
  "name": "box",
  "version": "1.0.1",
  "description": "Box",
  "main": "index.js",
  "author": "Yitch <mr.yitch@gmail.com>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://account.box.com/login",
    "serviceName": "Box",
    "message": "",
    "popup": [],
    "hasNotificationSound": false,
    "hasIndirectMessages": false,
    "hasTeamID": false,
    "customURL": false,
    "hostedOnly": false,
    "webviewOptions": {
      "disablewebsecurity": ""
    },
    "openDevTools": false
  }
}