aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/inoreader/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-27 21:47:20 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-27 21:48:07 +0530
commit8cb32825c2095d1f10f6960507e04980700f7450 (patch)
treede31f7942c9612c427fab98e023a52b0f88c2a6c /recipes/inoreader/package.json
parentRe-fetched zulip recipe from https://github.com/adambirds/recipe-zulip (diff)
downloadferdium-recipes-8cb32825c2095d1f10f6960507e04980700f7450.tar.gz
ferdium-recipes-8cb32825c2095d1f10f6960507e04980700f7450.tar.zst
ferdium-recipes-8cb32825c2095d1f10f6960507e04980700f7450.zip
Inoreader recipe from: https://github.com/annagrram/recipe-inoreader
Diffstat (limited to 'recipes/inoreader/package.json')
-rw-r--r--recipes/inoreader/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/inoreader/package.json b/recipes/inoreader/package.json
new file mode 100644
index 0000000..32159a4
--- /dev/null
+++ b/recipes/inoreader/package.json
@@ -0,0 +1,14 @@
1{
2 "id": "inoreader",
3 "name": "Inoreader",
4 "version": "1.0.0",
5 "description": "The content reader for power users who want to save time.",
6 "main": "index.js",
7 "author": "Anna Arad <annagram@shards.me>",
8 "license": "MIT",
9 "repository": "https://github.com/annagrram/recipe-inoreader",
10 "config": {
11 "serviceURL": "https://www.inoreader.com/login",
12 "message": "The content reader for power users who want to save time."
13 }
14}