-
Notifications
You must be signed in to change notification settings - Fork 844
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 984 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"preferences": [
{
"title": "togetherjs.js location",
"type": "string",
"description": "This is where to find the script to inject",
"value": "https://togetherjs.com/togetherjs.js",
"name": "togetherjsJs"
},
{
"title": "Hub URL",
"type": "string",
"description": "Override the location of the hub",
"value": "https://hub.togetherjs.com",
"name": "hubBase"
},
{
"title": "Auto domains",
"type": "string",
"description": "Domains on which to automatically start TogetherJS (comma-separated)",
"value": "",
"name": "autoDomains"
}
],
"license": "MPL 2.0",
"author": "",
"description": "Runs TogetherJS",
"version": "0.1",
"fullName": "TogetherJS",
"id": "jid1-9cBzV13kcAXp8A",
"name": "togetherjs"
}