aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/workplace/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/workplace/package.json')
-rw-r--r--recipes/workplace/package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/workplace/package.json b/recipes/workplace/package.json
new file mode 100644
index 0000000..cb2193f
--- /dev/null
+++ b/recipes/workplace/package.json
@@ -0,0 +1,16 @@
1{
2 "id": "workplace",
3 "name": "Workplace",
4 "version": "1.1.1",
5 "description": "Workplace by facebook",
6 "main": "index.js",
7 "author": "Rico Herwig <rherwig4711@gmail.com>, Stefan Malzner <stefan@adlk.io>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://{teamId}.workplace.com/chat",
11 "hasNotificationSound": true,
12 "hasDirectMessages": true,
13 "hasTeamId": true,
14 "urlInputSuffix": ".workplace.com"
15 }
16 }