aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/devRant/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-09-12 18:24:42 +0530
committerLibravatar GitHub <noreply@github.com>2021-09-12 12:54:42 +0000
commit57de982a9300a6a71a5a5d1dac54c5c070cf48b7 (patch)
treef0b3f4a97a3f345a963de56136269b1d0097b18f /recipes/devRant/package.json
parentNew recipe: 'weekplan' (#705) (diff)
downloadferdium-recipes-57de982a9300a6a71a5a5d1dac54c5c070cf48b7.tar.gz
ferdium-recipes-57de982a9300a6a71a5a5d1dac54c5c070cf48b7.tar.zst
ferdium-recipes-57de982a9300a6a71a5a5d1dac54c5c070cf48b7.zip
New recipe: 'devRant' (#706)
Diffstat (limited to 'recipes/devRant/package.json')
-rw-r--r--recipes/devRant/package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/devRant/package.json b/recipes/devRant/package.json
new file mode 100644
index 0000000..4aa3517
--- /dev/null
+++ b/recipes/devRant/package.json
@@ -0,0 +1,11 @@
1{
2 "id": "devRant",
3 "name": "devRant",
4 "version": "1.0.0",
5 "license": "MIT",
6 "repository": "https://github.com/emamut/recipe-devrant",
7 "config": {
8 "serviceURL": "https://devrant.com/",
9 "hasNotificationSound": true
10 }
11}