Skip to content

Commit

Permalink
automatically made whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Oct 25, 2013
1 parent 07c6439 commit 6b134a8
Showing 1 changed file with 25 additions and 24 deletions.
49 changes: 25 additions & 24 deletions addon/package.json
@@ -1,31 +1,32 @@
{
"preferences": [
{
"description": "This is where to find the script to inject",
"type": "string",
"name": "togetherjsJs",
"value": "https://togetherjs.com/togetherjs.js",
"title": "togetherjs.js location"
},
"title": "togetherjs.js location",
"type": "string",
"description": "This is where to find the script to inject",
"value": "https://togetherjs.com/togetherjs.js",
"name": "togetherjsJs"
},
{
"description": "Override the location of the hub",
"type": "string",
"name": "hubBase",
"value": "https://hub.togetherjs.com",
"title": "Hub URL"
},
"title": "Hub URL",
"type": "string",
"description": "Override the location of the hub",
"value": "https://hub.togetherjs.com",
"name": "hubBase"
},
{
"description": "Domains on which to automatically start TogetherJS (comma-separated)",
"type": "string",
"name": "autoDomains",
"value": "",
"title": "Auto domains"
"title": "Auto domains",
"type": "string",
"description": "Domains on which to automatically start TogetherJS (comma-separated)",
"value": "",
"name": "autoDomains"
}
],
"name": "togetherjs",
"license": "MPL 2.0",
"author": "",
"version": "0.1",
"fullName": "TogetherJS",
"description": "Runs TogetherJS"
],
"license": "MPL 2.0",
"author": "",
"description": "Runs TogetherJS",
"version": "0.1",
"fullName": "TogetherJS",
"id": "jid1-9cBzV13kcAXp8A",
"name": "togetherjs"
}

0 comments on commit 6b134a8

Please sign in to comment.