aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pomodoro-tracker/package.json
blob: b8a9e8700090dd9950bc90e44fee68bf59d5af98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "id": "pomodoro-tracker",
  "name": "Pomodoro Tracker",
  "version": "1.0.0",
  "description": "Pomodoro Tracker is a productivity app.",
  "main": "index.js",
  "author": "Roman Dąbal <dabalroman@gmail.com>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://pomodoro-tracker.com",
    "hasNotificationSound": true
  }
}