aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/inoreader/package.json
diff options
context:
space:
mode:
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}