aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fleep/package.json
diff options
context:
space:
mode:
authorLibravatar Ian Sealy <git@iansealy.com>2020-11-10 22:16:07 +0000
committerLibravatar Ian Sealy <git@iansealy.com>2020-11-10 22:16:07 +0000
commit23efe145fef3ea3a65344e46880a1f3e468f8e8a (patch)
tree6a56823e1d6dc4e2f90cf2bebb2bf582d3f9a410 /recipes/fleep/package.json
parentMerge pull request #351 from tpapamichail/master (diff)
downloadferdium-recipes-23efe145fef3ea3a65344e46880a1f3e468f8e8a.tar.gz
ferdium-recipes-23efe145fef3ea3a65344e46880a1f3e468f8e8a.tar.zst
ferdium-recipes-23efe145fef3ea3a65344e46880a1f3e468f8e8a.zip
Add recipe for Fleep (https://fleep.io/).
Diffstat (limited to 'recipes/fleep/package.json')
-rw-r--r--recipes/fleep/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/fleep/package.json b/recipes/fleep/package.json
new file mode 100644
index 0000000..50ddc86
--- /dev/null
+++ b/recipes/fleep/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "fleep",
3 "name": "Fleep",
4 "version": "1.0.0",
5 "description": "Fleep",
6 "main": "index.js",
7 "author": "Ian Sealy <ferdi@iansealy.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://fleep.io/chat"
11 }
12}