aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/taiga/package.json
diff options
context:
space:
mode:
authorLibravatar Xaviju <xaviju@gmail.com>2024-04-24 15:57:52 +0200
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-05-04 13:40:13 +0000
commit532c7d74d1cf2beb492bf3bd2cf1a94274794996 (patch)
treec5b005949d667df400a9e42d77c92d4b99bf1914 /recipes/taiga/package.json
parentadd YaMoef as a contributor for code (#540) (diff)
downloadferdium-recipes-532c7d74d1cf2beb492bf3bd2cf1a94274794996.tar.gz
ferdium-recipes-532c7d74d1cf2beb492bf3bd2cf1a94274794996.tar.zst
ferdium-recipes-532c7d74d1cf2beb492bf3bd2cf1a94274794996.zip
Add taiga recipe
Diffstat (limited to 'recipes/taiga/package.json')
-rw-r--r--recipes/taiga/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/taiga/package.json b/recipes/taiga/package.json
new file mode 100644
index 0000000..aa811c2
--- /dev/null
+++ b/recipes/taiga/package.json
@@ -0,0 +1,10 @@
1{
2 "id": "taiga",
3 "name": "Taiga",
4 "version": "1.0.0",
5 "license": "MIT",
6 "repository": "https://github.com/kaleidos-ventures/taiga",
7 "config": {
8 "serviceURL": "https://tree.taiga.io"
9 }
10}