aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bring/package.json
diff options
context:
space:
mode:
authorLibravatar Dennis Heinrich <dennis.heinrich@posteo.de>2023-06-29 03:44:20 +0200
committerLibravatar GitHub <noreply@github.com>2023-06-29 07:14:20 +0530
commit09bec6fec5af85963e2b6705cbad117a201710c1 (patch)
treeb1959c00598d0888d14ad054be4968194c5f778a /recipes/bring/package.json
parentadd survfate as a contributor for code (#384) [skip ci] (diff)
downloadferdium-recipes-09bec6fec5af85963e2b6705cbad117a201710c1.tar.gz
ferdium-recipes-09bec6fec5af85963e2b6705cbad117a201710c1.tar.zst
ferdium-recipes-09bec6fec5af85963e2b6705cbad117a201710c1.zip
Implemented the Service: Bring (#382)
Diffstat (limited to 'recipes/bring/package.json')
-rw-r--r--recipes/bring/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/bring/package.json b/recipes/bring/package.json
new file mode 100644
index 0000000..dc424a6
--- /dev/null
+++ b/recipes/bring/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "bring",
3 "name": "Bring!",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://web.getbring.com"
8 }
9}