aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tick/package.json
diff options
context:
space:
mode:
authorLibravatar langdon <langdon@fedoraproject.org>2022-07-23 23:41:29 -0400
committerLibravatar GitHub <noreply@github.com>2022-07-24 03:41:29 +0000
commit3c47f9a2876d2cce65e031f4f569554848c65013 (patch)
tree054a9b3dafc1c60512d8297dcefc16289a97e411 /recipes/tick/package.json
parentdocs: add langdon as a contributor for doc [skip ci] (#133) (diff)
downloadferdium-recipes-3c47f9a2876d2cce65e031f4f569554848c65013.tar.gz
ferdium-recipes-3c47f9a2876d2cce65e031f4f569554848c65013.tar.zst
ferdium-recipes-3c47f9a2876d2cce65e031f4f569554848c65013.zip
adding a recipe for 'tick' (https://tickspot.com) (#132)
Diffstat (limited to 'recipes/tick/package.json')
-rw-r--r--recipes/tick/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/tick/package.json b/recipes/tick/package.json
new file mode 100644
index 0000000..2c1356f
--- /dev/null
+++ b/recipes/tick/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "tick",
3 "name": "tick",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "http://app.tickspot.com/"
8 }
9}