aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mstodo/package.json
blob: d9b1456b651ad1e718f44e0b5afd8c4d346cf6a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "id": "mstodo",
  "name": "Microsoft To Do",
  "version": "1.0.2",
  "description": "Microsoft To Do",
  "main": "index.js",
  "author": "Yoga Setiawan <ariokidev@gmail.com>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://to-do.live.com/tasks/",
    "hasNotificationSound": true
  }
}