aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/clickup/package.json
blob: 7e3dec4b5502473a542be4c94b56d4899902e1a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "id": "clickup",
  "name": "ClickUp",
  "version": "2.1.1",
  "description": "ClickUp Productivity Software",
  "main": "index.js",
  "author": "Genesis Guerrero",
  "license": "MIT",
  "config": {
    "serviceURL": "https://app.clickup.com",
    "hasCustomUrl": true,
    "hasNotificationSound": true
  }
}