aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wire/package.json
diff options
context:
space:
mode:
authorLibravatar Dustin <dustin.steiner@gmail.com>2020-10-27 18:20:38 +0000
committerLibravatar GitHub <noreply@github.com>2020-10-27 19:20:38 +0100
commit34471638f12398f8b474c45ed8609299935f769a (patch)
tree1f1ba217ff6d12001bb3104254c189677b266ad0 /recipes/wire/package.json
parentMerge pull request #341 from marcolussetti/clarify-docs-square-svg (diff)
downloadferdium-recipes-34471638f12398f8b474c45ed8609299935f769a.tar.gz
ferdium-recipes-34471638f12398f8b474c45ed8609299935f769a.tar.zst
ferdium-recipes-34471638f12398f8b474c45ed8609299935f769a.zip
Add recipe for Wire (#344)
Co-authored-by: Amine Mouafik <amine@mouafik.fr>
Diffstat (limited to 'recipes/wire/package.json')
-rw-r--r--recipes/wire/package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/wire/package.json b/recipes/wire/package.json
new file mode 100644
index 0000000..7849162
--- /dev/null
+++ b/recipes/wire/package.json
@@ -0,0 +1,18 @@
1{
2 "id": "wire",
3 "name": "Wire",
4 "version": "1.0.0",
5 "description": "Modern day collaboration meets the most advanced security and superior user experience.",
6 "main": "index.js",
7 "author": "Dustin Steiner <dustin.steiner@gmail.com>",
8 "license": "MIT",
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/getferdi/",
12 "directory": "recipes/wire"
13 },
14 "config": {
15 "serviceURL": "https://app.wire.com/",
16 "hasIndirectMessages": true
17 }
18}