aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/todoist/package.json
blob: 3e0c0e733c40d55a91e68e9f3fbe8d2c8e5d63b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "id": "todoist",
  "name": "Todoist",
  "version": "1.2.1",
  "description": "todoist plugin for Franz 5",
  "main": "index.js",
  "author": "Alex Ward <alex@alexward.me.uk>, Mike Burke <mburke@dmwtechnology.com>",
  "license": "MIT",
  "repository": "https://github.com/meetfranz/recipe-todoist",
  "config": {
    "serviceURL": "https://todoist.com/app",
    "hasIndirectMessages": true
  }
}