aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/inoreader/package.json
blob: 59f33981bc4154b7f83b4c4239f0329af4bd2c3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "id": "inoreader",
  "name": "Inoreader",
  "version": "1.0.1",
  "description": "The content reader for power users who want to save time.",
  "main": "index.js",
  "author": "Anna Arad <annagram@shards.me>",
  "license": "MIT",
  "repository": "https://github.com/annagrram/recipe-inoreader",
  "config": {
    "serviceURL": "https://www.inoreader.com/login",
    "message": "The content reader for power users who want to save time."
  }
}